TreeView for WinForms | ComponentOne
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 XmlNode _
    ) As Image
    public static Image LoadImage( 
       XmlNode node
    )

    Parameters

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

    Return Value

    The image.
    See Also