[]
Adds the elements to the end of the SvgElementCollection.
public void AddRange(params SvgElement[] elements)
Public Sub AddRange(ParamArray elements As SvgElement())
Type | Name | Description |
---|---|---|
SvgElement[] | elements |
Adds the elements of the specified collection
to the end of the SvgElementCollection.
public void AddRange(IEnumerable<SvgElement> collection)
Public Sub AddRange(collection As IEnumerable(Of SvgElement))
Type | Name | Description |
---|---|---|
IEnumerable<SvgElement> | collection |