IInkDivisionUnit Interface
IInkDivisionUnit Interface |
Represents a single structural element within a IInkDivisionResult object.
Members
Property | Description |
---|---|
DivisionType | Returns the type of the element as an InkDivisionType enumeration value. |
RecognitionString | Returns the recognition text of the element, or NULL for drawing elements. |
Strokes | Returns the InkStrokes collection that corresponds to this element. |
RotationTransform | Returns the transformation matrix for a segment or line element that rotates the strokes for the element to horizontal. |
Remarks
Use the Item method to return a single element from a DivisionUnits collection.
COM Implementation
This object implements the IInkDivisionUnit COM interface.