Property | Type | Description | |
---|---|---|---|
CheckBeforeDraw | bool | ||
Complated | void | ||
DataToImage | Task | ||
Draw | void | ||
GetImage | Task |
||
GetProgress | int | ||
GetTileSpanWithin | int[] | ||
GetTilesBounds | |||
InitContainer | void | ||
Load | void | ||
NeedShowTiles | List |
||
RaiseTileLoad | void | ||
ShowImage | void | ||
_queueSystem_ImageCompleted | void |
Method | Description | |
---|---|---|
ClearLocalStorage ( ) : void |
${mapping_TiledLayer_method_ClearLocalStorage_D}
|
|
Dispose ( ) : void | ||
GetCachedResolutions ( ) : double[] |
${mapping_TiledLayer_method_getCachedResolutions_D}
|
|
Refresh ( ) : void |
${mapping_TiledLayer_method_refresh_D}
|
Method | Description | |
---|---|---|
Cancel ( ) : void |
${mapping_TiledLayer_attribute_Cancel_D}
|
|
GetTile ( int indexX, int indexY, int level, double resolution, |
${mapping_TiledLayer_method_GetTile_D}
|
|
TiledLayer ( ) : System |
${mapping_TiledLayer_constructor_None_D}
|
Method | Description | |
---|---|---|
CheckBeforeDraw ( |
||
Complated ( ) : void | ||
DataToImage ( Tile tile ) : Task | ||
Draw ( |
||
GetImage ( Tile tile ) : Task |
||
GetProgress ( ) : int |
获取当前进度。
|
|
GetTileSpanWithin ( |
||
GetTilesBounds ( int cloumn, int row, double resolution ) : |
||
InitContainer ( ) : void | ||
Load ( ) : void | ||
NeedShowTiles ( double resolution, int span, bool useTransitions, int &level ) : List |
计算需要添加的Tile块。
|
|
RaiseTileLoad ( Tile tile, |
||
ShowImage ( Image img, bool enableFading ) : void | ||
_queueSystem_ImageCompleted ( object sender, Tile e ) : void |
public abstract GetCachedResolutions ( ) : double[] | ||
return | double[] |
protected GetTile ( int indexX, int indexY, int level, double resolution, |
||
indexX | int | ${mapping_TiledLayer_method_GetTile_param_indexX_D} |
indexY | int | ${mapping_TiledLayer_method_GetTile_param_indexY_D} |
level | int | ${mapping_TiledLayer_method_GetTile_param_level_D} |
resolution | double | ${mapping_TiledLayer_method_GetTile_param_resolution_D} |
cancellationToken | ${mapping_TiledLayer_method_GetTile_param_cancellationToken_D} | |
return |