バージョン

OnImage メソッド

画像が見つかった時に発生するイベントを処理します。
シンタックス
'宣言
 
Sub OnImage( _
   ByVal image As Image, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
void OnImage( 
   Image image,
   int width,
   int height
)

パラメータ

image
Infragistics.Documents.Reports.Graphics.Image オブジェクト
width
画像の幅。
height
画像の高さ。
参照