IncrementalStrokeHitTester.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>

Добавляемая точка.

Применяется к

См. также раздел