Back to Devexpress

AzureMapDataProvider.GetMapSizeInPixels(Double) Method

windowsforms-devexpress-dot-xtramap-dot-azuremapdataprovider-dot-getmapsizeinpixels-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

AzureMapDataProvider.GetMapSizeInPixels(Double) Method

Returns the map size in pixels.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public override MapSize GetMapSizeInPixels(
    double zoomLevel
)
vb
Public Overrides Function GetMapSizeInPixels(
    zoomLevel As Double
) As MapSize

Parameters

NameTypeDescription
zoomLevelDouble

The zoom level.

|

Returns

TypeDescription
MapSize

The map size.

|

See Also

AzureMapDataProvider Class

AzureMapDataProvider Members

DevExpress.XtraMap Namespace