Struct Point2I
Point2I structure
Holds the coordinates of a point
public struct Point2I
Constructors
| Name | Description |
|---|---|
| Point2I(int, int) | Creates a point |
Methods
| Name | Description |
|---|---|
| operator * | Calculate p1 x p2 |
Fields
| Name | Description |
|---|---|
| x | X-coordinate |
| y | Y-coordinate |
See Also
- namespace Aspose.CAD.Vectorization.Common
- assembly Aspose.CAD