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

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

パラメータ

graphics
描画するグラフィックオブジェクトです。
bounds
バーの境界四角形です。
path
バーを囲むグラフィックパスです。
done
ユーザーが描画を完了したかどうかを示すフラグです。
参照

DrawBarEventArgs クラス
DrawBarEventArgs メンバ