StrokeCollection.InsertItem(Int32, Stroke) Méthode

Définition

Insère un trait dans le StrokeCollection à l’index spécifié.

protected:
 override void InsertItem(int index, System::Windows::Ink::Stroke ^ stroke);
protected override sealed void InsertItem (int index, System.Windows.Ink.Stroke stroke);
override this.InsertItem : int * System.Windows.Ink.Stroke -> unit
Protected Overrides NotOverridable Sub InsertItem (index As Integer, stroke As Stroke)

Paramètres

index
Int32

Index spécifié.

stroke
Stroke

Trait spécifié.

S’applique à