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