The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StrokeCollection::Clip Method (IEnumerable<Point>^)
.NET Framework (current version)
Removes all strokes in the StrokeCollection that are outside the bounds of the specified Point array.
Assembly: PresentationCore (in PresentationCore.dll)
The Clip method connects the first and last points in lassoPoints to create the lasso.
The Clip method raises the StrokesChanged event for each Stroke it clips.
The following example demonstrates how to clip the strokes in a StrokeCollection. This example assumes that there is an InkPresenter called presenter.
.NET Framework
Available since 3.0
Available since 3.0
Show: