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