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부터 시작)입니다.

구현

예외

array이(가) null인 경우

index가 0보다 작은 경우

array가 다차원 배열인 경우

또는 소스 GeneralTransformCollection의 항목 수가 index에서 대상 array 끝 사이의 사용 가능한 공간보다 큰 경우

적용 대상

추가 정보