Back to Devexpress

MapPoint Members

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

latest4.1 KB
Original Source

MapPoint Members

The screen coordinates of a map point.

Constructors

NameDescription
MapPoint(Double, Double)Initializes a new instance of the MapPoint class with the specified X and Y locations of the map point.

Fields

NameDescription
Empty staticRepresents a map point with zero coordinates.

Properties

NameDescription
IsEmptyGets a value that indicates whether this MapPoint object’s coordinates are initialized.
XA horizontal coordinate of a MapPoint.
YA vertical coordinate of a MapPoint.

Methods

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

DevExpress.XtraMap Namespace