StylusPointCollection.InsertItem(Int32, StylusPoint) Methode

Definitie

Hiermee voegt u de opgegeven StylusPoint in de StylusPointCollection opgegeven positie in.

protected:
 override void InsertItem(int index, System::Windows::Input::StylusPoint stylusPoint);
protected override sealed void InsertItem(int index, System.Windows.Input.StylusPoint stylusPoint);
override this.InsertItem : int * System.Windows.Input.StylusPoint -> unit
Protected Overrides NotOverridable Sub InsertItem (index As Integer, stylusPoint As StylusPoint)

Parameters

index
Int32

De positie waarop de StylusPoint.

stylusPoint
StylusPoint

De StylusPoint invoegpositie in de StylusPointCollection.

Uitzonderingen

De StylusPointDescription of stylusPoint is niet compatibel met de Description eigenschap.

index groter of gelijk is aan het aantal StylusPoint objecten in de StylusPointCollection.

Van toepassing op