NativeMethodscvWriteComment Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvWriteComment(System.IntPtr,System.String,System.Boolean)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvWriteComment(
	IntPtr fs,
	string comment,
	bool eol_comment
)

Parameters

fs
Type: SystemIntPtr

[Missing <param name="fs"/> documentation for "M:OpenCvSharp.NativeMethods.cvWriteComment(System.IntPtr,System.String,System.Boolean)"]

comment
Type: SystemString

[Missing <param name="comment"/> documentation for "M:OpenCvSharp.NativeMethods.cvWriteComment(System.IntPtr,System.String,System.Boolean)"]

eol_comment
Type: SystemBoolean

[Missing <param name="eol_comment"/> documentation for "M:OpenCvSharp.NativeMethods.cvWriteComment(System.IntPtr,System.String,System.Boolean)"]

See Also

Reference