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 determines whether coordinates of real point are zero ones.
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 the specified point with the point passed as the parameter.
Offset The Offset method shifts the point.
OffsetP The OffsetP method shifts coordinates of the current point to the value passed by the input parameter.
OffsetS The OffsetS shifts the current point to the real size.
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