Skip to main content

MapImageDataProviderBase.GetMapSizeInPixels(Double) Method

Returns the map size in pixels.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public virtual Size GetMapSizeInPixels(
    double zoomLevel
)

Parameters

Name Type Description
zoomLevel Double

A Double value specifying the zoom level.

Returns

Type Description
Size

A Size value specifying the size of a map.

See Also