StrokeHitEventArgs.GetPointEraseResults 方法

定义

返回橡皮擦路径擦除笔画后的笔画。

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

返回

StrokeCollection

StrokeCollection,其中包含在橡皮擦路径擦除部分 HitStroke 之后创建的笔画。

注解

该方法 GetPointEraseResults 返回一个 StrokeCollection 包含笔划的笔划,导致橡皮擦路径擦除 HitStroke 它们相交的位置。 如果橡皮擦路径与中间 HitStroke相交,该方法 GetPointEraseResults 将返回一个包含两个新笔划的笔 StrokeCollection 划。

适用于