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
- readerXmlReader
- The reader with which the - XMLattributes of this object are accessed.
Exceptions
- ArgumentNullException
- If the - readeris null.