Struct PointD
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Types
- Assembly
- Aspose.Imaging.dll
The point double
public struct PointD
- Inherited Members
Constructors
PointD(double, double)
Initializes a new instance of the PointD struct.
public PointD(double x, double y)
Parameters
Properties
X
Gets or sets the x.
public double X { get; set; }
Property Value
- double
The x value.
Y
Gets or sets the y.
public double Y { get; set; }
Property Value
- double
The y value.
Methods
FromPointF(PointF)
public void FromPointF(PointF point)
Parameters
ToPointF()
public PointF ToPointF()
Returns
ToString()
Converts to string.
public override string ToString()