Point2D class

Point2D class

The 2D point.

The Point2D type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the Point2D class.
initConstructs a new instance of Point2D

Properties

PropertyDescription
xGets or sets the x.
yGets or sets the y.

See Also