Idioma

DoubleKeyFrameCollection.Insert(Int32, DoubleKeyFrame) Método

Definição

Insere um DoubleKeyFrame em um local específico dentro da coleção.

public:
 void Insert(int index, System::Windows::Media::Animation::DoubleKeyFrame ^ keyFrame);
public void Insert(int index, System.Windows.Media.Animation.DoubleKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.DoubleKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As DoubleKeyFrame)

Parâmetros

index
Int32

A posição do índice na qual o DoubleKeyFrame índice é inserido.

keyFrame
DoubleKeyFrame

O DoubleKeyFrame objeto a ser inserido na coleção.

Aplica-se a