Skip to main content

SourceCoordinateSystem.CreatePoint(Double, Double) Method

Creates a point with specified coordinate values.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public CoordPoint CreatePoint(
    double x,
    double y
)

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