Point3DKeyFrameCollection.CopyTo(Point3DKeyFrame[], Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将集合中所有 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
将集合内容复制到其中的数组中的索引位置。