Skip to main content
A newer version of this page is available. .

CartesianPoint Methods

A Cartesian point on the map.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the two specified CoordPoint objects are equal. Inherited from CoordPoint.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current CoordPoint object. Inherited from CoordPoint.
GetType() Gets the Type of the current instance. Inherited from Object.
GetX() Returns the value of the X coordinate. Inherited from CoordPoint.
GetY() Returns the value of the Y coordinate. Inherited from CoordPoint.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Offset(Double, Double) Initializes an instance of a CoordPoint class descendant object offset by specified values.
Parse(String) static Initializes a Cartesian point from a string.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the CoordPoint. Inherited from CoordPoint.
ToString(IFormatProvider) Returns the textual representation of the CoordPoint. Inherited from CoordPoint.
See Also