DioDocs for PDF
CopyTo メソッド (SvgElementCollection)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgElementCollection クラス : CopyTo メソッド
The one-dimensional Array that is the destination of the elements.
The zero-based index in array at which copying begins.
Copies the entire SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array() As SvgElement, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   SvgElement[] array,
   System.int arrayIndex
)

パラメータ

array
The one-dimensional Array that is the destination of the elements.
arrayIndex
The zero-based index in array at which copying begins.
参照

SvgElementCollection クラス
SvgElementCollection メンバ