ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Util Namespace / BinarySerializer Class / LoadImage Method
A System.Xml.XmlNode which contains the object data.

In This Topic
    LoadImage Method (BinarySerializer)
    In This Topic
    Loads an image from the specified System.Xml.XmlNode.
    Syntax
    'Declaration
     
    Public Shared Function LoadImage( _
       ByVal node As System.Xml.XmlNode _
    ) As System.Drawing.Image
    public static System.Drawing.Image LoadImage( 
       System.Xml.XmlNode node
    )

    Parameters

    node
    A System.Xml.XmlNode which contains the object data.

    Return Value

    The image.
    See Also