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 から始まるインデックス位置。

実装

例外

arraynullです。

index が 0 未満です。

array が多次元です。

  • または - コピー元の GeneralTransformCollection の項目数が、コピー先の indexarray から最後までの領域を超えています。

適用対象

こちらもご覧ください