SourceCoordinateSystem.CreatePoint(Double, Double) Method
Creates a point with specified coordinate values.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Double | A double value that specifies the X coordinate value. |
y | Double | A double value that specifies the Y coordinate value. |
Returns
Type | Description |
---|---|
CoordPoint | A GeoPoint object |
See Also