Skip to main content

CartesianPoint(Double, Double) Constructor

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public CartesianPoint(
    double x,
    double y
)

Parameters

Name Type Description
x Double

A Double object

y Double

A Double object

See Also