GeneralTransformCollection.CopyTo(GeneralTransform[], Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的索引位置开始,将集合中的 GeneralTransform 对象复制到 GeneralTransforms 的数组中。
public:
virtual void CopyTo(cli::array <System::Windows::Media::GeneralTransform ^> ^ array, int index);
public void CopyTo (System.Windows.Media.GeneralTransform[] array, int index);
abstract member CopyTo : System.Windows.Media.GeneralTransform[] * int -> unit
override this.CopyTo : System.Windows.Media.GeneralTransform[] * int -> unit
Public Sub CopyTo (array As GeneralTransform(), index As Integer)
参数
- array
- GeneralTransform[]
目标数组。
- index
- Int32
开始进行复制的索引位置(索引从零开始)。
实现
例外
array
为 null
。
index
小于零。