Sdílet prostřednictvím


IncrementalStrokeHitTester.AddPointsCore(IEnumerable<Point>) Metoda

Definice

Přidá body do 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))

Parametry

points
IEnumerable<Point>

Body, které chcete přidat.

Platí pro

Viz také