The IGxPoint interface contains properties and methods of the integer point.
Property name | Brief description | |
IsEmpty | The IsEmpty property returns True if the point has 0.0 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 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: