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

MapPoint Methods

The screen coordinates of a map point.
Name Description
Equals(MapPoint, MapPoint) static Determines whether the two specified MapPoint objects are equal.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current MapPoint instance.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current MapPoint object.
GetType() Gets the Type of the current instance. Inherited from Object.
Parse(String) static Converts the string representation of a map point to its MapPoint equivalent.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToPoint() Converts a MapPoint to a point.
ToPointF() Converts a MapPoint to a floating point.
ToString() Returns the textual representation of MapPoint.
ToString(IFormatProvider) Returns the textual representation of MapPoint.
See Also