Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / Add Method

In This Topic
    Add Method (SvgElementCollection)
    In This Topic
    Adds the specified element to the end of the SvgElementCollection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal element As SvgElement _
    ) 
    public void Add( 
       SvgElement element
    )

    Parameters

    element
    See Also