Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Light Class / ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.


In This Topic
ReadXml Method (Light)
In This Topic
Generates an object from its XML representation.
Syntax
'Declaration
 
Public Overridable Sub ReadXml( _
   ByVal reader As XmlReader _
) 
 
'Usage
 
Dim instance As Light
Dim reader As XmlReader
 
instance.ReadXml(reader)

Parameters

reader
The System.Xml.XmlReader stream from which the object is deserialized.
See Also