MapTileSourceBase(Int64, Int64, Int32, Int32, Int32) Constructor
Initializes a new instance of the MapTileSourceBase class with specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public MapTileSourceBase(
long imageWidth,
long imageHeight,
int tileWidth,
int tileHeight,
int maxZoomLevel = 0
)
Parameters
Name | Type |
---|---|
imageWidth | Int64 |
imageHeight | Int64 |
tileWidth | Int32 |
tileHeight | Int32 |
Optional Parameters
Name | Type | Default |
---|---|---|
maxZoomLevel | Int32 | 0 |
See Also