StrokeHitEventArgs.GetPointEraseResults Method

Definition

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.

Applies to