MapCoordinateSystem.CreatePoint(Double, Double) Method
In This Article
Creates a CoordPoint class descendant with the specified coordinates.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public CoordPoint CreatePoint(
double x,
double y
)
#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 |
---|---|
Coord |
A Coord |
See Also