Back to Devexpress

CartesianPoint Class

windowsforms-devexpress-dot-xtramap-7d7843d1.md

latest1.5 KB
Original Source

CartesianPoint Class

A Cartesian point on the map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public sealed class CartesianPoint :
    CoordPoint
vb
Public NotInheritable Class CartesianPoint
    Inherits 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

CartesianPoint Members

DevExpress.XtraMap Namespace