Sdílet prostřednictvím


IncrementalHitTester.AddPointsCore(IEnumerable<Point>) Metoda

Definice

Přidá body do IncrementalHitTester.

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

Parametry

points
IEnumerable<Point>

Body, které se mají přidat.

Platí pro