PowerTools ActiveReports for .NET 11.0J
GetTile メソッド

タイルの識別子。
成果のハンドラ。
エラーのハンドラ。
指定した座標でタイルおよび詳細レベルでタイルのインスタンスを取得します。
構文
'宣言
 
Sub GetTile( _
   ByVal key As MapTileKey, _
   ByVal success As Action(Of IMapTile), _
   ByVal error As Action(Of Exception) _
) 
void GetTile( 
   MapTileKey key,
   Action<IMapTile> success,
   Action<Exception> error
)

パラメータ

key
タイルの識別子。
success
成果のハンドラ。
error
エラーのハンドラ。
参照

関連項目

IMapTileProvider インターフェース
IMapTileProvider メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.