MapPoint(Double, Double) Constructor
Initializes a new instance of the MapPoint class with the specified X and Y locations of the map point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Double | A Double value which specifies the X position of the map point. This value is assigned to the MapPoint.X property. |
y | Double | A Double value which specifies the Y position of the map point. This value is assigned to the MapPoint.Y property. |
See Also