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