IInkRecognizerGuide interface (msinkaut.h)

Represents the area that the recognizer uses in which ink can be drawn. The area is known as the recognition guide.

Inheritance

The IInkRecognizerGuide interface inherits from the IDispatch interface.

Methods

The IInkRecognizerGuide interface has these methods.

 
IInkRecognizerGuide::get_Columns

Gets or sets the number of columns in the recognition guide box. (Get)
IInkRecognizerGuide::get_DrawnBox

Gets or sets the box that is physically drawn on the tablet's screen and in which writing takes place. (Get)
IInkRecognizerGuide::get_GuideData

Gets or sets the InkRecoGuide structure that represents the boundaries of the ink to the recognizer. (Get)
IInkRecognizerGuide::get_Midline

Gets or sets the midline height. The midline height is distance from the baseline to the midline, of the drawn box. (Get)
IInkRecognizerGuide::get_Rows

Gets or sets the number of rows in the recognition guide. (Get)
IInkRecognizerGuide::get_WritingBox

Gets or sets the invisible writing area of the recognition guide in which writing can actually take place. (Get)
IInkRecognizerGuide::put_Columns

Gets or sets the number of columns in the recognition guide box. (Put)
IInkRecognizerGuide::put_DrawnBox

Gets or sets the box that is physically drawn on the tablet's screen and in which writing takes place. (Put)
IInkRecognizerGuide::put_GuideData

Gets or sets the InkRecoGuide structure that represents the boundaries of the ink to the recognizer. (Put)
IInkRecognizerGuide::put_Midline

Gets or sets the midline height. The midline height is distance from the baseline to the midline, of the drawn box. (Put)
IInkRecognizerGuide::put_Rows

Gets or sets the number of rows in the recognition guide. (Put)
IInkRecognizerGuide::put_WritingBox

Gets or sets the invisible writing area of the recognition guide in which writing can actually take place. (Put)

Requirements

Requirement Value
Target Platform Windows
Header msinkaut.h

See also

InkRecognizerGuide class