IInkDivisionResult Interface |
Represents the layout analysis of the collection of strokes contained by the InkDivider object.
Members
| Method | Description |
|---|---|
| ResultByType | Returns the IInkDivisionUnits collection that represents the requested structural units within the analysis result. |
| Property | Description |
|---|---|
| Strokes | Returns the InkStrokes collection that was used to create the analysis results. |
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.
COM Implementation
This object implements the IInkDivisionResult COM interface.