InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / XmlUtil Class / Read Method / Read(XmlNode,String,Size) Method

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

    Parameters

    node
    attName
    defVal
    See Also