Click or drag to resize

NativeMethodscore_FileStorage_writeComment Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_FileStorage_writeComment(
	IntPtr obj,
	string comment,
	int append
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.core_FileStorage_writeComment(System.IntPtr,System.String,System.Int32)"]

comment
Type: SystemString

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

append
Type: SystemInt32

[Missing <param name="append"/> documentation for "M:OpenCvSharp.NativeMethods.core_FileStorage_writeComment(System.IntPtr,System.String,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_FileStorage_writeComment(System.IntPtr,System.String,System.Int32)"]

See Also