GxPointF

Assembly: Drawing;

Description

The GxPointF class implements the point with the real coordinates.

Constructors

  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.

Class object properties inherited from IGxPointF

  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.

Class object methods inherited from IGxPointF

   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:

Drawing Assembly Classes