Skip to main content

CartesianPoint(Double, Double) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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