MapCoordinateSystem.CreatePoint(Double, Double) Method
Creates a CoordPoint class descendant with the specified 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 the X coordinate. |
y | Double | A Double value, specifying the Y coordinate. |
Returns
Type | Description |
---|---|
CoordPoint | A CoordPoint object. |
See Also