Skip to main content
All docs
V25.1
  • AzureMapDataProvider.GetMapSizeInPixels(Double) Method

    Returns the map size in pixels.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    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