IInkStrokes
4/8/2010
IInkStrokes is a collection of IInkStrokeDisp objects. Specifically, a strokes collection is a subset of strokes in an IInkDisp object. Examples of strokes collections are:
- All the strokes that are drawn by the same cursor.
- The strokes in the IInkDisp object that correspond to a word.
- All the strokes that intersect a known region.
IInkStrokes collections are references to ink data and are not the actual data itself.
After the strokes collection is created, it can be used to specify various operations on that subset of strokes, such as drawing, measuring, deleting, or extracting the set to a new IInkDisp object.
In This Section
- IInkStrokes Events
Describes the events available for this collection.
- IInkStrokes Methods
Describes the methods available for this collection.
- IInkStrokes Properties
Describes the properties available for this collection.