TextEffectCollection.CopyTo(TextEffect[], Int32) 메서드

정의

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

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

매개 변수

array
TextEffect[]

컬렉션 항목이 복사될 배열입니다.

index
Int32

TextEffectCollection의 내용을 복사하기 시작할 array의 인덱스입니다.

구현

적용 대상