Share via


Ink.ExtractStrokes Method

Extracts Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects.

Overload List

Name Description
Ink.ExtractStrokes () Extracts all of the Stroke objects from the Ink object and returns a new Ink object containing the extracted Strokes collection.
Ink.ExtractStrokes (Rectangle) Extracts the all the Stroke objects that are within the bounds of a specified rectangle, from the Ink object, and returns a new Ink object containing the extracted Strokes collection.
Ink.ExtractStrokes (Strokes) Extracts the specified Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects.
Ink.ExtractStrokes (Rectangle, ExtractFlags) Extracts the all the Stroke objects within the bounds of a specified rectangle from the Ink object by using either cut or copy, as specified, and returns a new Ink object containing the extracted Strokes collection.
Ink.ExtractStrokes (Strokes, ExtractFlags) Extracts the specified Stroke objects from the Ink object by using either cut or copy, as specified, and returns a new Ink object containing the extracted Stroke objects.

See Also

Reference

Ink Class
Ink Members
Microsoft.Ink Namespace
Strokes
ExtractFlags