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

コピーの開始位置を示すコレクションのインデックス。

実装

適用対象