IncrementalLassoHitTester.AddPointsCore(IEnumerable<Point>) 方法

定義

將點加入 IncrementalHitTester

protected:
 override void AddPointsCore(System::Collections::Generic::IEnumerable<System::Windows::Point> ^ points);
protected override void AddPointsCore (System.Collections.Generic.IEnumerable<System.Windows.Point> points);
override this.AddPointsCore : seq<System.Windows.Point> -> unit
Protected Overrides Sub AddPointsCore (points As IEnumerable(Of Point))

參數

points
IEnumerable<Point>

要加入的點。

適用於