Rotation3DKeyFrameCollection.CopyTo(Rotation3DKeyFrame[], Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内のすべての 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
コレクションの内容のコピー先となる配列内のインデックス位置。