MapCoordinateSystem.CreatePoint(Double, Double) Method
Creates a CoordPoint class descendant with the specified coordinates.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.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 class descendant object. |
See Also