Skip to main content
A newer version of this page is available. .

SourceCoordinateSystem.CreatePoint(Double, Double) Method

Creates a point with specified coordinate values.

Namespace: DevExpress.Xpf.Map

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

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