[]
        
(Showing Draft Content)

C1.WPF.Maps.MultiScaleTileSource.-ctor

MultiScaleTileSource Constructor

MultiScaleTileSource(int, int, int, int, int)

Creates a new instance of the MultiScaleTileSource class with the specified parameters.

Declaration
protected MultiScaleTileSource(int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap)
Parameters
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.