Point

Point class

Represents a point with integer pixel coordinates.

public class Point

Constructors

Name Description
Point(int, int) Initializes a new instance of the Point class.

Properties

Name Description
X { get; } Gets the x-coordinate of this point.
Y { get; } Gets the y-coordinate of this point.

See Also