[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.AddRange

AddRange Method

AddRange(params SvgElement[])

Adds the elements to the end of the SvgElementCollection.

Declaration
public void AddRange(params SvgElement[] elements)
Public Sub AddRange(ParamArray elements As SvgElement())
Parameters
Type Name Description
SvgElement[] elements

AddRange(IEnumerable<SvgElement>)

Adds the elements of the specified collection to the end of the SvgElementCollection.

Declaration
public void AddRange(IEnumerable<SvgElement> collection)
Public Sub AddRange(collection As IEnumerable(Of SvgElement))
Parameters
Type Name Description
IEnumerable<SvgElement> collection