Assembly: Drawing;
The GxPointF class implements the point with the real coordinates.
| Constructor name | Brief description | |
![]() |
Create | The Create 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 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: