共用方式為


InkEditGestureEventArgs 建構函式

初始化 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 InkEditGestureEventArgs(
    Cursor cursor,
    Strokes strokes,
    Gesture[] gestures,
    boolean cancel
)
public function InkEditGestureEventArgs(
    cursor : Cursor, 
    strokes : Strokes, 
    gestures : Gesture[], 
    cancel : boolean
)

參數

  • cancel
    型別:System.Boolean
    如果在 Gesture 事件處理常式 (預設值) 中處理筆勢,則設為 true,否則為 false。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

InkEditGestureEventArgs 類別

InkEditGestureEventArgs 成員

Microsoft.Ink 命名空間

InkEditGestureEventArgs