IncrementalStrokeHitTester.AddPointsCore(IEnumerable<Point>) Method

Definition

Adds points to the 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))

Parameters

points
IEnumerable<Point>

The points to add.

Applies to

See also