Point class

Point class

Represents a point with integer pixel coordinates.

The Point type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the Point class.

Properties

Property Description
x The x-coordinate of this point.
y The y-coordinate of this point.

See Also