Method WriteXml
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
WriteXml(XmlWriter)
This writes the current state or attributes of this object,
in the XML format, to the media or storage accessible by the given writer.
public override void WriteXml(XmlWriter writer)
Parameters
writerXmlWriterThe
XMLwriter with which theXMLformat of this object's state is written.
Exceptions
- ArgumentNullException
If the
readeris null.