Ink.ExtractStrokes Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Extracts Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ExtractStrokes() | Extracts all of the Stroke objects from the Ink object and returns a new Ink object containing the extracted Strokes collection. | |
ExtractStrokes(Strokes) | Extracts the specified Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects. | |
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. | |
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. | |
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. |
Top