Menus and Toolbars for WinForms
DrawLinkEventArgs コンストラクタ

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > DrawLinkEventArgs クラス : DrawLinkEventArgs コンストラクタ
描画するグラフィックオブジェクトです。
描画するコマンドリンクです。
リンクの境界四角形です。
ユーザーが描画を完了したかどうかを示すフラグです。
DrawLinkEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal link As C1CommandLink, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal done As System.Boolean _
)
public DrawLinkEventArgs( 
   System.Drawing.Graphics graphics,
   C1CommandLink link,
   System.Drawing.Rectangle bounds,
   System.bool done
)

パラメータ

graphics
描画するグラフィックオブジェクトです。
link
描画するコマンドリンクです。
bounds
リンクの境界四角形です。
done
ユーザーが描画を完了したかどうかを示すフラグです。
参照

DrawLinkEventArgs クラス
DrawLinkEventArgs メンバ