Skip to main content
A newer version of this page is available. .

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(Int32, Int32, Int32, Int32, Int32) imageWidth, imageHeight, tileWidth, tileHeight, tileOverlap Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
MultiScaleTileSource(Int64, Int64, Int32, Int32, Int32) imageWidth, imageHeight, tileWidth, tileHeight, tileOverlap Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
See Also