MapImageDataProviderBase.GetMapSizeInPixels(Double) Method
Returns the map size in pixels.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| zoomLevel | Double | A Double value specifying the zoom level. |
Returns
| Type | Description |
|---|---|
| Size | A Size value specifying the size of a map. |
See Also