Point |
The PointD2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty | Gets an empty point (0,0). | |
| IsEmpty | Gets a value indicating whether this point is empty (both components are zero). | |
| IsNaN | Gets a value indicating whether one of the members of this instance is NaN. | |
| VectorLength | Gets the vector length of this point. | |
| VectorLengthSquared | Gets the squared vector length of this point. | |
| X | Gets the x component of this point. | |
| Y | Gets the y component of this point. |