Point

Point class

Represent point with fractional coordinates.

The Point type exposes the following members:

Constructors

NameDescription
Point(x, y)Initializes a new instance of the Point class

Properties

NameDescription
xX coordinate value.
yY coordinate value.
trivialGets point with zero coordinates.

Methods

NameDescription
to_point()Converts point into System.Drawing.PointF object.

See Also