Ce sujet n'a pas encore été évalué - Évaluez ce sujet

InkRecognizerCollection, classe

Contains InkRecognizer objects that represent the ability to recognize handwriting from various locales.

Espace de noms: Microsoft.Ink
Assembly : Microsoft.Ink.Analysis (dans microsoft.ink.analysis.dll)

public class InkRecognizerCollection : ICollection, IEnumerable
public class InkRecognizerCollection implements ICollection, IEnumerable
public class InkRecognizerCollection implements ICollection, IEnumerable
Non applicable.

The System.Windows.Ink.InkAnalyzerBase.InkRecognizersByPriority property of InkAnalyzer returns an InkRecognizerCollection containing the ink recognizers available on the current Tablet PC.

For a language recognizer, the InkRecognizer.GetLanguages method returns a non-empty array. For both gesture recognizers and object recognizers, the GetLanguages method returns an empty array.

The following example gets the first InkRecognizer from the InkRecognizerCollection, theInkRecognizers.

// Get the first recognizer from the InkRecognizerCollection.
Microsoft.Ink.InkRecognizer theFirstInkRecognizer =
    theInkRecognizers.GetPriorityInkRecognizer();

System.Object
  Microsoft.Ink.InkRecognizerCollection
Les membres statiques publics (Shared en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Windows XP Édition Media Center

Microsoft .NET Framework 3.0 est pris en charge sur Windows Vista, Microsoft Windows XP SP2 et Windows Server 2003 SP1.

.NET Framework

Prise en charge dans : 3.0

Référence

Membres InkRecognizerCollection
Microsoft.Ink, espace de noms
System.Windows.Ink.InkAnalyzerBase.InkRecognizersByPriority
Microsoft.Ink.InkRecognizer
Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.