DoubleKeyFrameCollection.CopyTo(DoubleKeyFrame[], Int32) 方法

定义

将集合中所有 DoubleKeyFrame 对象复制到指定的数组。

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

参数

array
DoubleKeyFrame[]

标识将内容复制到其中的数组。

index
Int32

将集合内容复制到其中的数组中的索引位置。

适用于