[]
Copies the entire SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(SvgElement[] array, int arrayIndex)
Public Sub CopyTo(array As SvgElement(), arrayIndex As Integer)
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. |