Drawing > Drawing Assembly Interfaces > IGxPointF
Assembly: Drawing;
The IGxPointF interface contains properties and methods of the real point.
Property name | Brief description | |
![]() |
IsEmpty | The IsEmpty property returns whether the point has zero coordinates. |
![]() |
X | The X property determines the X coordinate of the real point. |
![]() |
Y | The Y property determines the Y coordinate of the real point. |
Method name | Brief description | |
![]() |
Equals | The Equals method verifies the equality of this point with the point passed by the input parameter. |
![]() |
Offset | The Offset method offsets the point by the specified values along the 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. |
![]() |
ToPoint | The ToPoint method transforms the real point into the integer point. |
![]() |
ToSize | The ToSize method transforms the real point into the real size. |
See also: