MapImageDataProviderBase.GetMapSizeInPixels(Double) Method
Returns a map size in pixels.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| zoomLevel | Double | A Double value specifying the zoom level. |
Returns
| Type | Description |
|---|---|
| MapSize | A MapSize object that is the map size. |
See Also