SizeKeyFrameCollection.Insert(Int32, SizeKeyFrame) Метод
Определение
Вставляет SizeKeyFrame в определенное место в коллекции.Inserts a SizeKeyFrame into a specific location within the collection.
public:
void Insert(int index, System::Windows::Media::Animation::SizeKeyFrame ^ keyFrame);
public void Insert (int index, System.Windows.Media.Animation.SizeKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.SizeKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As SizeKeyFrame)
Параметры
- index
- Int32
Значение индекса, по которому вставляется SizeKeyFrame.The index position at which the SizeKeyFrame is inserted.
- keyFrame
- SizeKeyFrame
Объект SizeKeyFrame, который нужно вставить в коллекцию.The SizeKeyFrame object to insert in the collection.