StrokeHitEventArgs.GetPointEraseResults 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回橡皮擦路徑清除筆劃後產生的筆劃。
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,包含橡皮擦路徑清除部分的 HitStroke 後所建立的筆劃。
備註
方法 GetPointEraseResults 會傳回 , StrokeCollection 其中包含筆劃,導致橡皮擦路徑清除 HitStroke 它們交集的位置。 如果橡皮擦路徑與 中間 HitStroke 交集,則 GetPointEraseResults 方法會 StrokeCollection 傳回包含兩個新筆劃的 。