Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / CopyTo Method
The one-dimensional Array that is the destination of the elements.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo Method (SvgElementCollection)
    In This Topic
    Copies the entire SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As SvgElement, _
       ByVal arrayIndex As System.Integer _
    ) 
    public void CopyTo( 
       SvgElement[] array,
       System.int arrayIndex
    )

    Parameters

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