Costruttore InkEditGestureEventArgs
Aggiornamento: novembre 2007
Inizializza una nuova istanza della classe InkEditGestureEventArgs.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
cursor As Cursor, _
strokes As Strokes, _
gestures As Gesture(), _
cancel As Boolean _
)
'Utilizzo
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
)
Parametri
- cursor
Tipo: Microsoft.Ink.Cursor
Oggetto Cursor che è stato utilizzato per creare il movimento dell'applicazione.
- strokes
Tipo: Microsoft.Ink.Strokes
Insieme Strokes che costituisce il movimento dell'applicazione.
- gestures
Tipo: array<Microsoft.Ink.Gesture[]
Matrice di oggetti Gesture riconosciuti, in ordine di probabilità.
- cancel
Tipo: System.Boolean
Impostare su true se il movimento è stato gestito nel gestore eventi Gesture (impostazione predefinita); in caso contrario false.
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0
Vedere anche
Riferimenti
InkEditGestureEventArgs Classe