StylusPointCollection.InsertItem(Int32, StylusPoint) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Infogar den angivna StylusPoint i StylusPointCollection den angivna positionen.
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)
Parametrar
- index
- Int32
Den position där du ska infoga StylusPoint.
- stylusPoint
- StylusPoint
Infoga StylusPoint i StylusPointCollection.
Undantag
Av StylusPointDescriptionstylusPoint är inte kompatibelt med egenskapen Description .
index är större eller lika med antalet StylusPoint objekt i StylusPointCollection.