BitmapEffectCollection.CopyTo(BitmapEffect[], Int32) 메서드

정의

참고: 이 API는 이제 사용되지 않습니다. 사용되는 대체 항목은 Effect입니다. 지정된 인덱스에서 시작하여 배열에 컬렉션의 요소를 복사합니다.

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

매개 변수

array
BitmapEffect[]

복사할 대상 배열입니다.

index
Int32

복사를 시작할 컬렉션 인덱스입니다.

구현

적용 대상