Compartir a través de


IncrementalHitTester.AddPointsCore(IEnumerable<Point>) Método

Definición

Agrega puntos 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))

Parámetros

points
IEnumerable<Point>

Puntos que se van a agregar.

Se aplica a