Click or drag to resize

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)
Syntax
public virtual void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The xml writer

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also