[]
Creates a new instance of the MultiScaleTileSource class with the specified parameters.
protected MultiScaleTileSource(int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap)
| Type | Name | Description |
|---|---|---|
| int | imageWidth | The width of the image. |
| int | imageHeight | The height of the image. |
| int | tileWidth | The width of the tiles in the image. |
| int | tileHeight | The height of the tiles in the image. |
| int | tileOverlap | How much the tiles in the image overlap. |