Rotation3DKeyFrameCollection.CopyTo(Rotation3DKeyFrame[], Int32) メソッド

定義

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

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

パラメーター

array
Rotation3DKeyFrame[]

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

index
Int32

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

適用対象