Class RectF
- Namespace
 - ScanbotSDK.MAUI.Common
 
- Assembly
 - DocumentSDK.MAUI.dll
 
public sealed class RectF
  - Inheritance
 - 
      
      RectF
 
- Inherited Members
 
Constructors
RectF()
public RectF()
  RectF(float, float, float, float)
public RectF(float x, float y, float width, float height)
  Parameters
Fields
Height
public float Height
  Field Value
Width
public float Width
  Field Value
X
public float X
  Field Value
Y
public float Y
  Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
  Returns
- string
 A string that represents the current object.