Point class

Point class

Represents a point.

The Point type exposes the following members:

Constructors

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

Properties

Property Description
x Gets the x-coordinate.
y Gets the y-coordinate.

Methods

Method Description
parse Converts the string representation of a point to its class equivalent.
try_parse Converts the string representation of a point to its class equivalent.
A return value indicates whether the conversion is succeeded or failed.
equals Determines whether the current Point is the same as specified Point object.

See Also