[]
        
(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)
Protected Sub New(imageWidth As Integer, imageHeight As Integer, tileWidth As Integer, tileHeight As Integer, tileOverlap As Integer)
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.