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