CartesianPoint(Double, Double) Constructor
Initializes a new instance of the CartesianPoint class with specified X and Y coordinates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Double | A Double value specifying an X coordinate. |
y | Double | A Double value specifying an Y coordinate. |
See Also