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

注釈

このメソッドは GetPointEraseResultsStrokeCollection 消しゴム パスが交差する場所を消去するストロークを含む a を HitStroke 返します。 消しゴム パスが中央 HitStrokeと交差する場合、 GetPointEraseResults メソッドは 2 つの新しいストロークを含む a StrokeCollection を返します。

適用対象