IInkDivisionResult interface (msinkaut15.h)

Represents the layout analysis of the collection of strokes contained by the InkDivider object.

Inheritance

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

Methods

The IInkDivisionResult interface has these methods.

 
IInkDivisionResult::get_Strokes

Gets the collection of strokes that are contained in an object or used to create an object. (IInkDivisionResult.get_Strokes)
IInkDivisionResult::ResultByType

Gets the requested structural units of the analysis results for an IInkDivisionUnits collection.

Remarks

The IInkDivisionResult object is the result of calling the Divide method of the InkDivider object. Each IInkDivisionResult represents a snapshot of the layout analysis of the collection of strokes contained by the InkDivider.

The analysis results can be divided into a collection of structural units by calling the ResultByType method.

If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC application programming interfaces (APIs).

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut15.h

See also

IInkDivisionUnits Interface

InkDivider Class

InkStrokes Collection

ResultByType Method