StrokeHitEventArgs.GetPointEraseResults Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the strokes that are a result of the eraser path erasing a stroke.
public:
System::Windows::Ink::StrokeCollection ^ GetPointEraseResults();
public System.Windows.Ink.StrokeCollection GetPointEraseResults ();
member this.GetPointEraseResults : unit -> System.Windows.Ink.StrokeCollection
Public Function GetPointEraseResults () As StrokeCollection
Returns
A StrokeCollection that contains the strokes that are created after the eraser path erases part of HitStroke.
Remarks
The GetPointEraseResults method returns a StrokeCollection that contains the strokes that result in the eraser path erasing the HitStroke where they intersect. If the eraser path intersects the middle of HitStroke, the GetPointEraseResults method returns a StrokeCollection that contains two new strokes.