Struct PointD
Namespace: Aspose.Imaging.FileFormats.Cdr.Types
Assembly: Aspose.Imaging.dll (25.2.0)
The point double
public struct PointD
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PointD(double, double)
Initializes a new instance of the Aspose.Imaging.FileFormats.Cdr.Types.PointD struct.
public PointD(double x, double y)
Parameters
x
double
The x value.
y
double
The y value.
Properties
X
Gets or sets the x.
public double X { get; set; }
Property Value
Y
Gets or sets the y.
public double Y { get; set; }
Property Value
Methods
FromPointF(PointF)
Converts Aspose.Imaging.FileFormats.Cdr.Types.PointD to the Aspose.Imaging.PointF structure.
public void FromPointF(PointF point)
Parameters
point
PointF
The Aspose.Imaging.FileFormats.Cdr.Types.PointD structure.
ToPointF()
Converts Aspose.Imaging.PointF to the Aspose.Imaging.FileFormats.Cdr.Types.PointD structure.
public PointF ToPointF()
Returns
The Aspose.Imaging.PointF structure
ToString()
Converts to string.
public override string ToString()
Returns
A System.String that represents this instance.