[]
Creates a new instance of the MultiScaleTileSource class with the specified parameters.
protected MultiScaleTileSource(int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap)
Protected Sub New(imageWidth As Integer, imageHeight As Integer, tileWidth As Integer, tileHeight As Integer, tileOverlap As Integer)
| 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. |