Point3DKeyFrameCollection.CopyTo(Point3DKeyFrame[], Int32) 메서드

정의

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

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

매개 변수

array
Point3DKeyFrame[]

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

index
Int32

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

적용 대상