Back to Devexpress

MapImageDataProviderBase.GetMapSizeInPixels(Double) Method

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

latest1.4 KB
Original Source

MapImageDataProviderBase.GetMapSizeInPixels(Double) Method

Returns a map size in pixels.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public virtual MapSize GetMapSizeInPixels(
    double zoomLevel
)
vb
Public Overridable Function GetMapSizeInPixels(
    zoomLevel As Double
) As MapSize

Parameters

NameTypeDescription
zoomLevelDouble

A Double value specifying the zoom level.

|

Returns

TypeDescription
MapSize

A MapSize object that is the map size.

|

See Also

MapImageDataProviderBase Class

MapImageDataProviderBase Members

DevExpress.XtraMap Namespace