[]
        
(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)
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)
Parameters
Type Name Description
IEnumerable<SvgElement> collection