IInkDivider interface (msinkaut15.h)

Represents the ability to analyze the layout of a collection of ink strokes and divide them into text and graphics.

Inheritance

The IInkDivider interface inherits from the IUnknown interface. IInkDivider also has these types of members:

Methods

The IInkDivider interface has these methods.

 
IInkDivider::Divide

Returns a IInkDivisionResult object that contains the results of the layout analysis of strokes in the InkDivider object.
IInkDivider::get_LineHeight

Gets or sets the expected handwriting height, in HIMETRIC units. (Get)
IInkDivider::get_RecognizerContext

Gets or sets the InkRecognizerContext object that the InkDivider object uses for layout analysis. (IInkDivider.get_RecognizerContext)
IInkDivider::get_Strokes

Gets or sets the InkStrokes collection on which the InkDivider object performs layout analysis. (IInkDivider.get_Strokes)
IInkDivider::put_LineHeight

Gets or sets the expected handwriting height, in HIMETRIC units. (Put)
IInkDivider::putref_RecognizerContext

Gets or sets the InkRecognizerContext object that the InkDivider object uses for layout analysis.
IInkDivider::putref_Strokes

Gets or sets the InkStrokes collection on which the InkDivider object performs layout analysis.

Requirements

Requirement Value
Target Platform Windows
Header msinkaut15.h