ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XmlUtil Class / Write Method / Write(XmlWriter,String,Rectangle,Rectangle) Method

In This Topic
    Write(XmlWriter,String,Rectangle,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Write( _
       ByVal writer As System.Xml.XmlWriter, _
       ByVal attName As System.String, _
       ByVal value As System.Drawing.Rectangle, _
       ByVal defVal As System.Drawing.Rectangle _
    ) 
    public static void Write( 
       System.Xml.XmlWriter writer,
       System.string attName,
       System.Drawing.Rectangle value,
       System.Drawing.Rectangle defVal
    )

    Parameters

    writer
    attName
    value
    defVal
    See Also