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

CartesianPoint Class

A Cartesian point on the map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public class CartesianPoint :
    CoordPoint

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