次の方法で共有


InkEditGestureEventArgs コンストラクター

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]

名前空間:  Microsoft.Ink
アセンブリ:  Microsoft.Ink (Microsoft.Ink.dll 内)

構文

'宣言
Public Sub New ( _
    cursor As Cursor, _
    strokes As Strokes, _
    gestures As Gesture(), _
    cancel As Boolean _
)
'使用
Dim cursor As Cursor
Dim strokes As Strokes
Dim gestures As Gesture()
Dim cancel As Boolean

Dim instance As New InkEditGestureEventArgs(cursor, _
    strokes, gestures, cancel)
public InkEditGestureEventArgs(
    Cursor cursor,
    Strokes strokes,
    Gesture[] gestures,
    bool cancel
)
public:
InkEditGestureEventArgs(
    Cursor^ cursor, 
    Strokes^ strokes, 
    array<Gesture^>^ gestures, 
    bool cancel
)
public function InkEditGestureEventArgs(
    cursor : Cursor, 
    strokes : Strokes, 
    gestures : Gesture[], 
    cancel : boolean
)
new : 
        cursor:Cursor * 
        strokes:Strokes * 
        gestures:Gesture[] * 
        cancel:bool -> InkEditGestureEventArgs

パラメーター

プラットフォーム

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

InkEditGestureEventArgs クラス

InkEditGestureEventArgs メンバー

Microsoft.Ink 名前空間