PathSegmentCollection.CopyTo(PathSegment[], Int32) メソッド

定義

PathSegmentCollection 全体を、1 次元 PathSegment 配列の、指定したインデックスから始まる位置にコピーします。

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

パラメーター

array
PathSegment[]

コレクションの項目のコピー先の配列。

index
Int32

PathSegmentCollection の内容のコピーを開始する位置の array のインデックス。

実装

例外

arraynullです。

index が 0 未満です。

array が多次元です。

- または -

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

適用対象

こちらもご覧ください