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

CartesianPoint(Double, Double) Constructor

Initializes a new instance of the CartesianPoint class with specified X and Y coordinates.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public CartesianPoint(
    double x,
    double y
)

Parameters

Name Type Description
x Double

A Double value specifying an X coordinate.

y Double

A Double value specifying an Y coordinate.

See Also