Ink.DeleteStrokes Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Deletes a Strokes collection from the Ink object.
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 | |
---|---|---|
DeleteStrokes() | Deletes all of the Stroke objects in the Ink object. | |
DeleteStrokes(Strokes) | Deletes the specified Strokes collection from the Ink object. |
Top