[]
        
(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)
Public Sub Add(element As SvgElement)
Parameters
Type Name Description
SvgElement element
Implements