Class PointF
Inheritance
System.Object
PointF
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class PointF : Object
Constructors
PointF()
Declaration
public PointF()
PointF(Single, Single)
Declaration
public PointF(float x, float y)
Parameters
Type | Name | Description |
---|---|---|
System.Single | x | |
System.Single | y |
Properties
X
Declaration
public float X { get; set; }
Property Value
Type |
---|
System.Single |
Y
Declaration
public float Y { get; set; }
Property Value
Type |
---|
System.Single |