ThicknessKeyFrameCollection.Insert(Int32, ThicknessKeyFrame) 메서드

정의

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

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

매개 변수

index
Int32

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

keyFrame
ThicknessKeyFrame

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

적용 대상