Method WriteXml
- Namespace
- SharpVectors.Renderers.Wpf
- 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
writer
XmlWriterThe
XML
writer with which theXML
format of this object's state is written.
Exceptions
- ArgumentNullException
If the
reader
is null.