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.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Double | A Double object |
y | Double | A Double object |
See Also