[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.CopyTo

CopyTo Method

CopyTo(SvgElement[], int)

Copies the entire SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(SvgElement[] array, int arrayIndex)
Public Sub CopyTo(array As SvgElement(), arrayIndex As Integer)
Parameters
Type Name Description
SvgElement[] array

The one-dimensional Array that is the destination of the elements.

int arrayIndex

The zero-based index in array at which copying begins.

Implements