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

In This Topic
    SvgContentElement Constructor
    In This Topic
    Initializes a new instance of the SvgContentElement class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal nodeType As System.Xml.XmlNodeType _
    )
    public SvgContentElement( 
       System.Xml.XmlNodeType nodeType
    )

    Parameters

    nodeType
    See Also