Struct PointD
PointD structure
The point double
public struct PointD
Constructors
Name | Description |
---|---|
PointD(double, double) | Initializes a new instance of the PointD struct. |
Properties
Name | Description |
---|---|
X { get; set; } | Gets or sets the x. |
Y { get; set; } | Gets or sets the y. |
Methods
Name | Description |
---|---|
FromPointF(PointF) | Converts PointD to the PointF structure. |
ToPointF() | Converts PointF to the PointD structure. |
override ToString() | Converts to string. |
See Also
- namespace Aspose.Imaging.FileFormats.Cdr.Types
- assembly Aspose.Imaging