Point class

Point class

Point structure.

The Point type exposes the following members:

Constructors

Constructor Description
init Initializes a new Point with the specified coordinates.

Methods

Method Description
equals Determines whether the specified point is equal to the current point.
equals_object
get_hash_code Serves as the default hash function.

Properties

Property Description
x The X coordinate value.
y The Y coordinate value.

Guides

Task guides that use Point:

See Also