CopyTo Method (SvgElementCollection)
Copies the entire
SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.
'Declaration
Public Sub CopyTo( _
ByVal () As SvgElement, _
ByVal As System.Integer _
)
Parameters
- array
- The one-dimensional Array that is the destination of the elements.
- arrayIndex
- The zero-based index in array at which copying begins.