ObjectKeyFrameCollection.CopyTo(ObjectKeyFrame[], Int32) 메서드

정의

대상 배열의 지정된 인덱스에서 시작하여 전체 ObjectKeyFrameCollection을 지정된 1차원 배열 ObjectKeyFrame에 복사합니다.

public:
 void CopyTo(cli::array <System::Windows::Media::Animation::ObjectKeyFrame ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Animation.ObjectKeyFrame[] array, int index);
member this.CopyTo : System.Windows.Media.Animation.ObjectKeyFrame[] * int -> unit
Public Sub CopyTo (array As ObjectKeyFrame(), index As Integer)

매개 변수

array
ObjectKeyFrame[]

ObjectKeyFrameCollection에서 복사한 키 프레임의 대상인 1차원 ObjectKeyFrame 배열입니다. 배열에는 0부터 시작하는 인덱스가 있어야 합니다.

index
Int32

배열에서 복사를 시작할 인덱스입니다. 이 인덱스는 0부터 시작합니다.

적용 대상