Point
Overview
Point is a class in Aspose.PDF FOSS for .NET.
A 2D point (x, y).
This class provides 1 method for working with Point objects in .NET programs.
Available methods include: Point.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: X, Y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
X | double | Read/Write | Gets or sets the x. |
Y | double | Read/Write | Gets or sets the y. |
Methods
| Signature | Description |
|---|---|
Point(x: double, y: double) | Calls Point on this Point instance. |