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
小於零。