Skip to main content

MapImageDataProviderBase.GetMapSizeInPixels(Double) Method

Returns a map size in pixels.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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