TreeView for WinForms | ComponentOne
C1.Win.Util Namespace / BinarySerializer Class / SaveImage Method
System.Xml.XmlWriter that will receive the object data.
An image to write.

In This Topic
    SaveImage Method (BinarySerializer)
    In This Topic
    Saves an image into the specified System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    
    Public Shared Sub SaveImage( _
       ByVal writer As XmlWriter, _
       ByVal image As Image _
    ) 
    public static void SaveImage( 
       XmlWriter writer,
       Image image
    )

    Parameters

    writer
    System.Xml.XmlWriter that will receive the object data.
    image
    An image to write.
    See Also