Share via


Membri GestureRecognizer

Includi membri protetti
Includi membri ereditati

Includi membri .NET Framework
Includi membri .NET Compact Framework
Includi membri XNA Framework

Aggiornamento: novembre 2007

Reagisce agli eventi riconoscendo movimenti e aggiungendo dati di movimento nella coda di input.

Il tipo GestureRecognizer espone i seguenti membri.

Costruttori

  Nome Descrizione
ms575189.pubmethod(it-it,VS.90).gif GestureRecognizer Inizializza una nuova istanza della classe GestureRecognizer.

In alto

Metodi

  Nome Descrizione
ms575189.pubmethod(it-it,VS.90).gif Dispose Rilascia le risorse utilizzate dall'oggetto GestureRecognizer.
ms575189.pubmethod(it-it,VS.90).gif EnableGestures Imposta un valore che indica se l'oggetto GestureRecognizer ha o meno interesse per un movimento dell'applicazione noto.
ms575189.pubmethod(it-it,VS.90).gif Equals Consente di determinare se l'oggetto Object specificato è uguale all'oggetto Object corrente. (Ereditato da Object)
ms575189.protmethod(it-it,VS.90).gif Finalize Consente a un oggetto Object di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto Object stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object)
ms575189.pubmethod(it-it,VS.90).gif GetHashCode Funge da funzione hash per un determinato tipo. (Ereditato da Object)
ms575189.pubmethod(it-it,VS.90).gif GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
ms575189.protmethod(it-it,VS.90).gif MemberwiseClone Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object)
ms575189.pubmethod(it-it,VS.90).gif Reset Cancella l'oggetto GestureRecognizer relativo a informazioni sul tratto precedenti.
ms575189.pubmethod(it-it,VS.90).gif ToString Restituisce un oggetto String che rappresenta l'oggetto Object corrente. (Ereditato da Object)

In alto

Campi

  Nome Descrizione
ms575189.pubfield(it-it,VS.90).gifms575189.static(it-it,VS.90).gif GestureRecognitionDataGuid Indica all'interno di un oggetto CustomStylusData che la proprietà Data contiene GestureRecognitionData da GestureRecognizer.

In alto

Proprietà

  Nome Descrizione
ms575189.pubproperty(it-it,VS.90).gif Enabled Ottiene o imposta un valore che indica se il riconoscimento del movimento è abilitato.
ms575189.pubproperty(it-it,VS.90).gif MaxStrokeCount Ottiene o imposta il numero massimo di tratti consentito per il riconoscimento del movimento.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.CustomStylusDataAdded
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.CustomStylusDataAdded
ms575189.pubinterface(it-it,VS.90).gifms575189.privproperty(it-it,VS.90).gif IStylusAsyncPlugin.DataInterest
ms575189.pubinterface(it-it,VS.90).gifms575189.privproperty(it-it,VS.90).gif IStylusSyncPlugin.DataInterest
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.Error
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.Error
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.InAirPackets
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.InAirPackets
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.Packets
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.Packets
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.RealTimeStylusDisabled
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.RealTimeStylusDisabled
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.RealTimeStylusEnabled
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.RealTimeStylusEnabled
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.StylusButtonDown
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.StylusButtonDown
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.StylusButtonUp
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.StylusButtonUp
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.StylusDown
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.StylusDown
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.StylusInRange
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.StylusInRange
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.StylusOutOfRange
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.StylusOutOfRange
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.StylusUp
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.StylusUp
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.SystemGesture
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.SystemGesture
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.TabletAdded
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.TabletAdded
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusAsyncPlugin.TabletRemoved
ms575189.pubinterface(it-it,VS.90).gifms575189.privmethod(it-it,VS.90).gif IStylusSyncPlugin.TabletRemoved

In alto

Vedere anche

Riferimenti

GestureRecognizer Classe

Spazio dei nomi Microsoft.StylusInput