Bearbeiten

BitmapEffectCollection.CopyTo(BitmapEffect[], Int32) Method

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Copies the elements of the collection to an array starting at the given index.

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)

Parameters

array
BitmapEffect[]

The array to copy to.

index
Int32

The collection index to begin coping.

Implements

Applies to