初始化 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
)
參數
- cursor
型別:Microsoft.Ink.Cursor
用來建立應用程式筆勢的 Cursor。
- strokes
型別:Microsoft.Ink.Strokes
構成應用程式筆勢的 Strokes 集合。
- gestures
型別:array<Microsoft.Ink.Gesture[]
按照信賴度順序辨識而得的 Gesture 物件陣列。
- cancel
型別:System.Boolean
如果在 Gesture 事件處理常式 (預設值) 中處理筆勢,則設為 true,否則為 false。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0