Assembly: Drawing;
The GxPoint class implements the point with the integer coordinates.
| Constructor name | Brief description | |
![]() |
Create | TheCreate constructor creates a new point with the specified coordinates. |
![]() |
CreateFromPoint | The CreateFromPoint constructor creates a new point from the specified point. |
![]() |
CreateFromSize | The CreateFromSize constructor creates a new point based on the specified size. |
| 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: