CartesianPoint Class
In This Article
A Cartesian point on the map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public sealed class CartesianPoint :
CoordPoint
#Related API Members
The following members return CartesianPoint objects:
#Remarks
The CartesianPoint structure introduces the CartesianPoint.X and CartesianPoint.Y properties that define a Cartesian point on the map.
#Inheritance
Object
CoordPoint
CartesianPoint
See Also