InkEditStrokeEventArgs クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public Sub New ( _
cursor As Cursor, _
stroke As Stroke, _
cancel As Boolean _
)
'使用
Dim cursor As Cursor
Dim stroke As Stroke
Dim cancel As Boolean
Dim instance As New InkEditStrokeEventArgs(cursor, _
stroke, cancel)
public InkEditStrokeEventArgs(
Cursor cursor,
Stroke stroke,
bool cancel
)
public:
InkEditStrokeEventArgs(
Cursor^ cursor,
Stroke^ stroke,
bool cancel
)
public InkEditStrokeEventArgs(
Cursor cursor,
Stroke stroke,
boolean cancel
)
public function InkEditStrokeEventArgs(
cursor : Cursor,
stroke : Stroke,
cancel : boolean
)
パラメータ
- cursor
型 : Microsoft.Ink.Cursor
Stroke オブジェクトの作成に使用された Cursor。
- stroke
型 : Microsoft.Ink.Stroke
Stroke イベントをトリガする Stroke オブジェクト。
- cancel
型 : System.Boolean
Stroke オブジェクトのコレクションをキャンセルするには、true に設定します。そうでない場合は、false に設定します。
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0