Method GetTileDataAsync
GetTileDataAsync(Int32, Int32, Int32, CancellationToken)
Gets the tile data for a given level, row, and column.
Declaration
protected abstract Threading.Tasks.Task<ImageTileData> GetTileDataAsync(int level, int row, int column, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System. |
level | The level. |
System. |
row | The tile row. |
System. |
column | The tile column. |
Cancellation |
cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System. |
Image byte data |
Remarks
This method must be implemented in a thread-safe manner.
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |