Search
PointI Members
Constructors Fields Properties Methods
 


Represents a point with integer coordinates.

The following tables list the members exposed by the PointI type.

 Public Constructors

  Name Description

PointI

Initializes a new instance of the PointI class.

 Public Fields

  Name Description

Zero

A zero point.

 Public Properties

  Name Description

IsEmpty

Gets a value indicating whether this instance is empty.

X

Gets or sets the x-coordinate of the point.

Y

Gets or sets the y-coordinate of the point.

 Public Methods

  Name Description

Equals

Object.Equals override.

GetHashCode

Object.GetHashCode override.

ManhDistance

Returns the Manhattan distance between this point and the specified point.

ToString

Object.ToString override.

 See Also