SourceCoordinateSystem.CreatePoint(Double, Double) Method
Creates a CartesianPoint with the specified coordinates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| x | Double | A double value, specifying the X coordinate of point. |
| y | Double | A double value, specifying the Y coordinate of point. |
Returns
| Type | Description |
|---|---|
| CoordPoint | A CoordPoint class descendant object. |
See Also