The Point type exposes the following members.

Constructors

  NameDescription
Public methodPointOverloaded.

Methods

  NameDescription
Public methodCreateGdiPoint
Converts the point to the System.Drawing.Point equivalent
Public methodCreateGdiPointF
Converts the point to the System.Drawing.PointF equivalent

Properties

  NameDescription
Public propertyX
The X coordinate.
Public propertyY
The Y coordinate.

See Also