Writes comment
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- fs
- Type: OpenCvSharpCvFileStorage
File storage. - comment
- Type: SystemString
The written comment, single-line or multi-line. - eolComment
- Type: SystemBoolean
If true, the function tries to put the comment in the end of current line. If the flag is false, if the comment is multi-line, or if it does not fit in the end of the current line, the comment starts from a new line.
See Also