Method ReadXml
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
ReadXml(XmlReader)
This reads and sets its state or attributes stored in a XML
format
with the given reader.
public virtual void ReadXml(XmlReader reader)
Parameters
reader
XmlReaderThe reader with which the
XML
attributes of this object are accessed.
Exceptions
- ArgumentNullException
If the
reader
is null.