다음을 통해 공유


ByteKeyFrameCollection.Insert(Int32, ByteKeyFrame) 메서드

정의

ByteKeyFrame 을 컬렉션 내의 특정 위치에 삽입합니다.

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

매개 변수

index
Int32

ByteKeyFrame 이 삽입되는 인덱스 위치입니다.

keyFrame
ByteKeyFrame

컬렉션에 삽입할 ByteKeyFrame 개체입니다.

적용 대상