Assembly: Drawing;
The IGxPoint interface contains properties and methods of the integer point.
| Property name | Brief description | |
![]() |
IsEmpty | The IsEmpty property returns whether the point contains zero coordinates. |
![]() |
X | The X property determines the coordinate of the X point. |
![]() |
Y | The Y property determines the coordinate of the Y point. |
| Method name | Brief description | |
![]() |
Equals | The Equals method verifies the equality of the specified point with the point passed as the parameter. |
![]() |
Offset | The Offset method offsets point by the specified values of X and Y axes. |
![]() |
OffsetP | The OffsetP method offsets the current point by values of coordinates of the point passed by the input parameter. |
![]() |
OffsetS | The OffsetS method offsets the point by the size passed by the input parameter. |
![]() |
ToPointF | The ToPointF method transforms the point into the real point. |
![]() |
ToSize | The ToSize method transforms the point into the size. |
See also: