IncrementalHitTester.AddPointsCore(IEnumerable<Point>) Metodo

Definizione

Aggiunge punti a 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))

Parametri

points
IEnumerable<Point>

Punti da aggiungere.

Si applica a