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

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
protected C1MultiScaleTileSource(
	int imageWidth,
	int imageHeight,
	int tileWidth,
	int tileHeight,
	int tileOverlap
)
Visual Basic
Protected Sub New ( _
	imageWidth As Integer, _
	imageHeight As Integer, _
	tileWidth As Integer, _
	tileHeight As Integer, _
	tileOverlap As Integer _
)

Parameters

imageWidth
Type: System..::..Int32
The width of the image.
imageHeight
Type: System..::..Int32
The height of the image.
tileWidth
Type: System..::..Int32
The width of the tiles in the image.
tileHeight
Type: System..::..Int32
The height of the tiles in the image.
tileOverlap
Type: System..::..Int32
How much the tiles in the image overlap.

See Also