StylusPointCollection.InsertItem(Int32, StylusPoint) Metod

Definition

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.

Undantag

Av StylusPointDescriptionstylusPoint är inte kompatibelt med egenskapen Description .

index är större eller lika med antalet StylusPoint objekt i StylusPointCollection.

Gäller för