IInkStrokeContainer interface
Represents a manager for the input, processing, and manipulation of one or more InkStroke objects.
Syntax
Attributes
- GuidAttribute("22accbc6-faa9-4f14-b68c-f6cee670ae16")
- VersionAttribute(NTDDI_WIN8)
Members
The IInkStrokeContainer interface has these types of members:
Methods
The IInkStrokeContainer interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| AddStroke | Adds one or more InkStroke objects to the collection managed by the InkManager. |
| CanPasteFromClipboard | Identifies whether content on the clipboard can be added to the InkStroke collection that is managed by the InkManager. |
| CopySelectedToClipboard | Copies the selected InkStroke objects (from the InkStroke collection managed by the InkManager) to the clipboard in Ink Serialized Format (ISF) format. |
| DeleteSelected | Deletes the selected InkStroke objects from the InkStroke collection managed by the InkManager. |
| GetRecognitionResults | Gets a collection of potential matches for each word detected by an InkRecognizer during handwriting recognition. |
| GetStrokes | Retrieves all InkStroke objects in the collection managed by the InkManager. |
| LoadAsync | Asynchronously loads all InkStroke objects from the specified stream to the InkStroke collection that is managed by the InkManager. |
| MoveSelected | Moves the selected strokes. All affected strokes are re-rendered. |
| PasteFromClipboard | Adds the InkStroke content from the clipboard to the InkStroke collection that is managed by the InkStrokeContainer and renders the new strokes. |
| SaveAsync | Asynchronously saves all InkStroke objects in the InkStroke collection that is managed by the InkStrokeContainer to the specified stream. |
| SelectWithLine | Selects all strokes intersected by the new stroke. |
| SelectWithPolyLine | Selects all strokes contained entirely within the polyline. |
| UpdateRecognitionResults | Updates the collection of potential text matches from handwriting recognition. |
Properties
The IInkStrokeContainer interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the bounding rectangle of the InkStroke collection that is managed by the InkManager. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
