Share via


InkRecognizerGuideBase Class

Specifies the guide, or area where ink is drawn and recognized.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Class InkRecognizerGuideBase
'Usage
Dim instance As InkRecognizerGuideBase
public class InkRecognizerGuideBase
public ref class InkRecognizerGuideBase
public class InkRecognizerGuideBase

Remarks

An InkRecognizerGuideBase defines an expected area of input, such as a line or boxes, for characters. An InkRecognizerGuideBase object can be set only on an AnalysisHintNode. The ink analyzer uses the location of the AnalysisHintNode and the locations of the ink strokes to associate the stroke to the AnalysisHintNode. Any strokes with an association to the AnalysisHintNode will have the specified InkRecognizerGuideBase used when recognized by an ink analyzer, provided that the ink analyzer supports the InkRecognizerGuideBase. The values expressed in the InkRecognizerGuideBase class are always relative to the location of the AnalysisHintNode and are specified in ink space coordinates.

Inheritance Hierarchy

System.Object
  System.Windows.Ink.AnalysisCore.InkRecognizerGuideBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkRecognizerGuideBase Members

System.Windows.Ink.AnalysisCore Namespace