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 IInkStrokescollection.

Method Description

IInkStrokes::Add

Specifies the stroke or collection of strokes to add to a known collection of strokes.

IInkStrokes::AddStrokes

Specifies the collection of strokes to add to a known collection of strokes.

IInkStrokes::Clip

Specifies that strokes are clipped to fit within a known rectangle.

IInkStrokes::GetBoundingBox

Specifies the rectangle, in ink spacecoordinates, that specifies the bounding box of an IInkStrokeDispobject.

IInkStrokes::Item

Specifies the stroke to return at the known index into the collection.

IInkStrokes::ModifyDrawingAttributes

Indicates the drawing attributes of all the strokes in a known collection of strokes.

IInkStrokes::Move

Moves the strokes within the ink space.

IInkStrokes::Remove

Specifies the stroke or collection of strokes to remove from a known collection of strokes.

IInkStrokes::RemoveRecognitionResult

Removes the IInkRecognitionResultobject that is associated with the collection.

IInkStrokes::RemoveStrokes

Specifies a collection of strokes to remove from the strokes collection.

IInkStrokes::Rotate

Specifies the amount to rotate the ink, measured in degrees, and specifies the center point of the rotation.

IInkStrokes::ScaleToRectangle

Specifies the strokes in the collection to be scaled to fit in a specified rectangle.

IInkStrokes::ScaleTransform

Specifies the X and Y factors by which to scale the ink.

IInkStrokes::Shear

Specifies the X and Y factors to shear the strokes.

IInkStrokes::ToString

Specifies the recognized text of the strokes.

IInkStrokes::Transform

Specifies the operations to perform on the IInkStrokescollection, such as scaling, rotation, translation, and skewing.

See Also