Class PointF
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- DocumentSDK.MAUI.dll
Point defined by two float coordinates.
public class PointF
- Inheritance
-
PointF
- Inherited Members
Constructors
PointF()
public PointF()
PointF(PointF)
public PointF(PointF p)
Parameters
p
PointF
PointF(float, float)
public PointF(float x, float y)
Parameters
Fields
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.