PathSegmentCollection.CopyTo(PathSegment[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目標陣列的指定索引開始,複製整個 PathSegmentCollection 至一維 PathSegment 陣列。
public:
virtual void CopyTo(cli::array <System::Windows::Media::PathSegment ^> ^ array, int index);
public void CopyTo (System.Windows.Media.PathSegment[] array, int index);
abstract member CopyTo : System.Windows.Media.PathSegment[] * int -> unit
override this.CopyTo : System.Windows.Media.PathSegment[] * int -> unit
Public Sub CopyTo (array As PathSegment(), index As Integer)
參數
- array
- PathSegment[]
集合的項目將複製到其中的陣列。
- index
- Int32
array
的索引,要從這裡開始複製 PathSegmentCollection 的內容。
實作
例外狀況
array
為 null
。
index
小於零。