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 True if the point has 0.0 coordinates. | |
X | The X property determines the X coordinate of the point. | |
Y | The Y property determines the Y coordinate of the 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 shifts point to the specified coordinates. | |
OffsetP | The OffsetP method shifts coordinates of the current point to the value passed by the input parameter. | |
OffsetS | The OffsetS method shifts the current point to the size passed as the parameter. | |
ToPointF | The ToPointF method transforms the point into the real point. | |
ToSize | The ToSize method transforms the point into the size. |
See also: