StylusPointCollection.InsertItem(Int32, StylusPoint) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.