The Point type exposes the following members.

Constructors

  NameDescription
Public methodPoint()()()()
Create a new point at (0,0).
Public methodPoint(Point)
Create a new point from an existing one.
Public methodPoint(Transform)
Create a new point from a transformation.
Public methodPoint(Double, Double)
Create a new point.
Public methodPoint(Point, Transform)
Create a new point from an existing one.
Public methodPoint(Double, Double, Transform)
Create a new point.

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