다음을 통해 공유


Int16KeyFrameCollection.Insert(Int32, Int16KeyFrame) 메서드

정의

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

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

매개 변수

index
Int32

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

keyFrame
Int16KeyFrame

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

적용 대상