ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XmlUtil Class / ReadImage Method

In This Topic
    ReadImage Method (XmlUtil)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ReadImage( _
       ByVal node As System.Xml.XmlNode, _
       ByVal prefix As System.String _
    ) As System.Drawing.Image
    public static System.Drawing.Image ReadImage( 
       System.Xml.XmlNode node,
       System.string prefix
    )

    Parameters

    node
    prefix
    See Also