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

In This Topic
    WriteImage Method (XmlUtil)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub WriteImage( _
       ByVal writer As System.Xml.XmlWriter, _
       ByVal prefix As System.String, _
       ByVal image As System.Drawing.Image _
    ) 
    public static void WriteImage( 
       System.Xml.XmlWriter writer,
       System.string prefix,
       System.Drawing.Image image
    )

    Parameters

    writer
    prefix
    image
    See Also