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 override void ReadXml(XmlReader reader)
Parameters
readerXmlReaderThe reader with which the
XMLattributes of this object are accessed.
Exceptions
- ArgumentNullException
If the
readeris null.