Back to Devexpress

CartesianPoint Members

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

latest4.3 KB
Original Source

CartesianPoint Members

A Cartesian point on the map.

Constructors

NameDescription
CartesianPoint()Initializes a new instance of the CartesianPoint class with default settings.
CartesianPoint(Double, Double)Initializes a new instance of the CartesianPoint class with specified X and Y coordinates.

Properties

NameDescription
XGets or sets the value of an X coordinate of a Cartesian point.
YGets or sets the value of an Y coordinate of a Cartesian point.

Methods

NameDescription
Compare(CoordPoint, CoordPoint, Double) staticInherited from CoordPoint.
Equals(Object, Object) staticDetermines 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() protectedCreates 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) staticInitializes a Cartesian point from a string.
ReferenceEquals(Object, Object) staticDetermines 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

CartesianPoint Class

DevExpress.XtraMap Namespace