Point3DKeyFrameCollection.Insert(Int32, Point3DKeyFrame) 메서드

정의

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

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)

매개 변수

index
Int32

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

keyFrame
Point3DKeyFrame

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

적용 대상