MultiScaleTileSource Constructor (Int64, Int64, Int32, Int32, Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new instance of the MultiScaleTileSource class with the specified parameters.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub New ( _ imageWidth As Long, _ imageHeight As Long, _ tileWidth As Integer, _ tileHeight As Integer, _ tileOverlap As Integer _ )
Parameters
- imageWidth
- Type: System.Int64
The width of the Deep Zoom image.
- imageHeight
- Type: System.Int64
The height of the Deep Zoom image.
- tileWidth
- Type: System.Int32
The width of the tiles in the Deep Zoom image.
- tileHeight
- Type: System.Int32
The height of the tiles in the Deep Zoom image.
- tileOverlap
- Type: System.Int32
How much the tiles in the Deep Zoom image overlap.
| Exception | Condition |
|---|---|
| ArgumentException | One or more arguments are invalid. |
Show: