[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.Add

Add Method

Add(SvgElement)

Adds the specified element to the end of the SvgElementCollection.

Declaration
public void Add(SvgElement element)
Parameters
Type Name Description
SvgElement element
Implements