MultiScaleTileSource Constructors
The class that provides functionality to load image tiles for different zoom scales from an external image tile source.| Name | Parameters | Description |
|---|---|---|
| MultiScaleTileSource(Int64, Int64, Int32, Int32, Int32, Int32) | imageWidth, imageHeight, tileWidth, tileHeight, tileOverlap, maxZoomLevel | Initializes a new instance of the MultiScaleTileSource class with specified settings. |
See Also