Class Point2D
Point2D class
Holds the coordinates of a point
public class Point2D
Constructors
| Name | Description |
|---|---|
| Point2D() | The default constructor. |
| Point2D(double, double) | Creates a point |
Methods
| Name | Description |
|---|---|
| copy() | Makes copy of instance |
Fields
| Name | Description |
|---|---|
| x | X-coordinate |
| y | Y-coordinate |
See Also
- namespace Aspose.CAD.Vectorization.Common
- assembly Aspose.CAD