StrokeCollection::Remove Method (StrokeCollection^)
.NET Framework (current version)
Removes the specified strokes from the collection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- strokes
-
Type:
System.Windows.Ink::StrokeCollection^
The StrokeCollection to remove from the collection.
The Remove method raises the StrokesChanged event for each Stroke it removes.
The following example demonstrates how to remove all strokes that are at least 80 percent within the specified lasso from a StrokeCollection. This is useful when a custom control enables the user to select ink with a lasso. To create a control that enables a user to select ink with a lasso, see How to: Select Ink from a Custom Control.
.NET Framework
Available since 3.0
Available since 3.0
Show: