GeneralTransformCollection.CopyTo(GeneralTransform[], Int32) 메서드

정의

컬렉션의 GeneralTransform 개체를 지정된 인덱스 위치에서 시작하여 GeneralTransforms 배열로 복사합니다.

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

매개 변수

array
GeneralTransform[]

대상 배열입니다.

index
Int32

복사가 시작되는 인덱스 위치(0부터 시작)입니다.

구현

예외

arraynull입니다.

index가 0보다 작습니다.

array 가 다차원입니다.

-또는-

원본 GeneralTransformCollection 의 항목 수가 대상index에서 끝까지 사용 가능한 공간 array 보다 큽니다.

적용 대상

추가 정보