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 function InkOverlayPaintingEventArgs(
graphics : Graphics,
clipRectangle : Rectangle,
Allow : boolean
)
new :
graphics:Graphics *
clipRectangle:Rectangle *
Allow:bool -> InkOverlayPaintingEventArgs
パラメーター
- graphics
型 : System.Drawing.Graphics
- clipRectangle
型 : System.Drawing.Rectangle
- Allow
型 : System.Boolean
プラットフォーム
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
InkOverlayPaintingEventArgs クラス