Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgCustomElement Class / SvgCustomElement Constructor

In This Topic
    SvgCustomElement Constructor
    In This Topic
    Initializes a new instance of the SvgCustomElement class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal elementName As System.String, _
       ByVal namespaceName As System.String _
    )
    public SvgCustomElement( 
       System.string elementName,
       System.string namespaceName
    )

    Parameters

    elementName
    namespaceName
    See Also