ThicknessKeyFrameCollection.CopyTo(ThicknessKeyFrame[], Int32) メソッド

定義

コレクション内のすべての ThicknessKeyFrame オブジェクトを、指定した配列にコピーします。

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

パラメーター

array
ThicknessKeyFrame[]

内容のコピー先となる配列を識別します。

index
Int32

コレクションの内容のコピー先となる配列内のインデックス位置。

適用対象