Namespace:
C1.Phone.Maps
Assembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Assembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
protected override void GetTileLayers( int tileLevel, int tilePositionX, int tilePositionY, IList<Object> tileImageLayerSources ) |
| Visual Basic |
|---|
Protected Overrides Sub GetTileLayers ( _ tileLevel As Integer, _ tilePositionX As Integer, _ tilePositionY As Integer, _ tileImageLayerSources As IList(Of Object) _ ) |
Parameters
- tileLevel
- Type: System..::..Int32
- tilePositionX
- Type: System..::..Int32
- tilePositionY
- Type: System..::..Int32
- tileImageLayerSources
- Type: System.Collections.Generic..::..IList<(Of <(<'Object>)>)>