CoordPoint Methods
The base class for all map coordinate points.| Name | Description |
|---|---|
| Compare(CoordPoint, CoordPoint, Double) static | |
| 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. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current CoordPoint object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GetX() | Returns the value of the X coordinate. |
| GetY() | Returns the value of the Y coordinate. |
| 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. |
| 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. |
| ToString(IFormatProvider) | Returns the textual representation of the CoordPoint. |
See Also