InkOverlayPaintingEventArgs クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public Sub New ( _
graphics As Graphics, _
clipRectangle As Rectangle, _
Allow As Boolean _
)
'使用
Dim graphics As Graphics
Dim clipRectangle As Rectangle
Dim Allow As Boolean
Dim instance As New InkOverlayPaintingEventArgs(graphics, _
clipRectangle, Allow)
public InkOverlayPaintingEventArgs(
Graphics graphics,
Rectangle clipRectangle,
bool Allow
)
public:
InkOverlayPaintingEventArgs(
Graphics^ graphics,
Rectangle clipRectangle,
bool Allow
)
public InkOverlayPaintingEventArgs(
Graphics graphics,
Rectangle clipRectangle,
boolean Allow
)
public function InkOverlayPaintingEventArgs(
graphics : Graphics,
clipRectangle : Rectangle,
Allow : boolean
)
パラメータ
- graphics
型 : System.Drawing.Graphics
InkOverlay オブジェクトのレンダリング先の Graphics オブジェクト。
- clipRectangle
型 : System.Drawing.Rectangle
ペイントを行うクリップ Rectangle。
- Allow
型 : System.Boolean
ペイント操作が発生する場合は true に設定され、それ以外の場合は false に設定されます。
解説
Graphics 型の graphics は、レンダリング先のグラフィック オブジェクトを指定します。Rectangle 型の clipRectangle は、clipRectangle を指定します (ピクセル単位)。bool 型の Allow は、ペイント操作を行うかどうかを指定します。
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
InkOverlayPaintingEventArgs クラス