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 傳回包含兩個新筆劃的 。

適用於