MapSize(Double, Double) Constructor
Initializes a new instance of the MapSize class with the specified width and height.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
width | Double | A Double value which specifies the map’s width. This value is assigned to the MapSize.Width property. |
height | Double | A Double value which specifies the map’s height. This value is assigned to the MapSize.Height property. |
See Also