Skip to main content
A newer version of this page is available. .

MapImageDataProviderBase.GetMapSizeInPixels(Double) Method

Returns a map size in pixels.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public virtual MapSize GetMapSizeInPixels(
    double zoomLevel
)

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