MapTileSourceBase Constructors
The base for all classes that can load image tiles from external map data providers.Name | Parameters | Description |
---|---|---|
MapTileSourceBase(Int64, Int64, Int32, Int32) | imageWidth, imageHeight, tileWidth, tileHeight | Initializes a new instance of the MapTileSourceBase class with the specified settings. |
See Also