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

SourceCoordinateSystem.CreatePoint(Double, Double) Method

Creates a CartesianPoint with the specified coordinates.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public CoordPoint CreatePoint(
    double x,
    double y
)

Parameters

Name Type Description
x Double

A double value, specifying the X coordinate of point.

y Double

A double value, specifying the Y coordinate of point.

Returns

Type Description
CoordPoint

A CoordPoint class descendant object.

See Also