Back to Devexpress

MapPoint Methods

windowsforms-devexpress-dot-xtramap-dot-mappoint-dot-underscore-methods.md

latest3.2 KB
Original Source

MapPoint Methods

The screen coordinates of a map point.

NameDescription
Equals(MapPoint, MapPoint) staticDetermines whether the two specified MapPoint objects are equal.
Equals(MapPoint)Indicates whether the current object is equal to another object of the MapPoint type.
Equals(Object, Object) staticDetermines 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.
Normalize(MapPoint) staticNormalizes the specified map point’s coordinates to the range from 0 to 1.
Parse(String) staticConverts the string representation of a map point to its MapPoint equivalent.
ReferenceEquals(Object, Object) staticDetermines 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

MapPoint Struct

MapPoint Members

DevExpress.XtraMap Namespace