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