Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This section contains the methods for the IInkCustomStrokesinterface, which is a collection of IInkStrokescollections.

Method Description

I IInkCustomStrokes::Add

Specifies the collection of strokes to add to the collection of custom strokes.

IInkCustomStrokes::Clear

Specifies that all custom strokes are cleared from the collection.

IInkCustomStrokes::Item

Specifies the collection of strokes to return at the known index within the collection of custom strokes.

This method is exposed only in the COM library and Microsoft® Visual Basic® .NET. In C#, use the index operator to access a particular item.

IInkCustomStrokes::Remove

Specifies the collection of strokes to remove from the known collection of custom strokes.

See Also