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

In This Topic
    Read(XmlNode,String,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Read( _
       ByVal node As System.Xml.XmlNode, _
       ByVal attName As System.String, _
       ByVal defVal As System.Drawing.Rectangle _
    ) As System.Drawing.Rectangle
    public static System.Drawing.Rectangle Read( 
       System.Xml.XmlNode node,
       System.string attName,
       System.Drawing.Rectangle defVal
    )

    Parameters

    node
    attName
    defVal
    See Also