다음을 통해 공유


PointKeyFrameCollection.CopyTo(PointKeyFrame[], Int32) 메서드

정의

컬렉션의 모든 PointKeyFrame 개체를 지정된 배열로 복사합니다.

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

매개 변수

array
PointKeyFrame[]

내용이 복사되는 배열을 식별합니다.

index
Int32

컬렉션의 내용이 복사되는 배열의 인덱스 위치입니다.

적용 대상