Skip to main content
All docs
V24.2

AzureMapDataProvider.GetMapSizeInPixels(Double) Method

Returns the map size in pixels.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public override MapSize GetMapSizeInPixels(
    double zoomLevel
)

Parameters

Name Type Description
zoomLevel Double

The zoom level.

Returns

Type Description
MapSize

The map size.

See Also