StrokeCollection.SetItem(Int32, Stroke) Método

Definición

Reemplaza el trazo en el índice especificado.

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

Parámetros

index
Int32

Posición en la que se va a reemplazar el trazo.

stroke
Stroke

Trazo para reemplazar el trazo actual.

Se aplica a