Method ReadXml
- Namespace
- SharpVectors.Renderers.Wpf
- 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 override 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.