CvArrayTDepthWriteXml Method |
http://www.emgu.com
Function to call when serializing this object to XML
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic virtual void WriteXml(
XmlWriter writer
)
Public Overridable Sub WriteXml (
writer As XmlWriter
)
public:
virtual void WriteXml(
XmlWriter^ writer
)
abstract WriteXml :
writer : XmlWriter -> unit
override WriteXml :
writer : XmlWriter -> unit
Parameters
- writer
- Type: System.XmlXmlWriter
The xml writer
Implements
IXmlSerializableWriteXml(XmlWriter)
See Also