Share via


StrokeCollection.InsertItem(Int32, Stroke) Método

Definición

Inserta un trazo en StrokeCollection, en el índice especificado.

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)

Parámetros

index
Int32

Índice especificado.

stroke
Stroke

Trazo especificado.

Se aplica a