CvArrayTDepthWriteXml Method |
http://www.emgu.com
Function to call when serializing this object to XML
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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