Point3DKeyFrameCollection.CopyTo(Point3DKeyFrame[], Int32) 方法

定义

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

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

参数

array
Point3DKeyFrame[]

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

index
Int32

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

适用于