| Visual Basic (Declaration) | |
|---|---|
Protected Overrides Sub GetTileSource( _ ByVal level As Integer, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal onComplete As Action(Of ImageSource) _ ) | |
| C# | |
|---|---|
protected override void GetTileSource( int level, int row, int col, Action<ImageSource> onComplete ) | |
Parameters
- level
- The level.
- row
- The row.
- col
- The column.
- onComplete
- The on complete.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8