MapDataProviderBase.GetMapSizeInPixels(Double) Method
In This Article
Returns the map size (in pixels) for the specified zoom level.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Double | A double value representing the map zoom level. |
#Returns
Type | Description |
---|---|
Size | A Size object that is the map size. |
See Also