Sdílet prostřednictvím


Point3DKeyFrameCollection.Insert(Int32, Point3DKeyFrame) Metoda

Definice

Vloží do Point3DKeyFrame konkrétního umístění v kolekci.

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

Parametry

index
Int32

Pozice indexu Point3DKeyFrame , do které se vloží.

keyFrame
Point3DKeyFrame

Objekt Point3DKeyFrame , který chcete vložit do kolekce.

Platí pro