ObjectKeyFrameCollection.CopyTo(ObjectKeyFrame[], Int32) 方法

定義

從目標陣列的指定索引處開始,將 ObjectKeyFrameCollection 複製到指定的一維 ObjectKeyFrame 陣列。

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

參數

array
ObjectKeyFrame[]

一維陣列 ObjectKeyFrame,該陣列是從這個 ObjectKeyFrameCollection 複製過來之主要畫面格的目的地。 陣列必須有以零為起始的索引。

index
Int32

陣列中以零起始的索引,即複製的起始處。

適用於