StrokeCollection::Erase Method (IEnumerable<Point>^, StylusShape^)
.NET Framework (current version)
Replaces all strokes that are clipped by the region created by the specified StylusShape along the specified path with new Strokes that are not clipped by the region.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- eraserPath
-
Type:
System.Collections.Generic::IEnumerable<Point>^
An array of type Point that specifies the path to be erased.
- eraserShape
-
Type:
System.Windows.Ink::StylusShape^
A StylusShape that specifies the shape of the eraser.
The StrokeCollection might contain new strokes after the Erase method is called. For example, if path intersects the middle of a Stroke, the erase method removes that Stroke and creates two new strokes.
The Erase method raises the StrokesChanged event for each Stroke it erases.
The following example demonstrates how to erase ink along a specific path. This example assumes that there is an InkPresenter called presenter.
.NET Framework
Available since 3.0
Available since 3.0
Show: