Serialize Method (Picture)
In This Topic
Saves the picture to XML.
Syntax
'Declaration
Public Overridable Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As Picture
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
public virtual bool Serialize(
XmlTextWriter
)
Parameters
- w
- XmlTextWriter to which to write (save) the picture
See Also