ColorKeyFrameCollection.Insert(Int32, ColorKeyFrame) Metod

Definition

Infogar en ColorKeyFrame till en specifik plats i samlingen.

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

Parametrar

index
Int32

Indexpositionen ColorKeyFrame där infogas.

keyFrame
ColorKeyFrame

Objektet ColorKeyFrame som ska infogas i samlingen.

Gäller för