Table of Contents

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 XmlWriter

The XML writer with which the XML format of this object's state is written.

Exceptions

ArgumentNullException

If the reader is null.