Click or drag to resize

NativeMethodscore_FileStorage_new2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_FileStorage_new2(
	string source,
	int flags,
	string encoding,
	out IntPtr returnValue
)

Parameters

source
Type: SystemString

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

flags
Type: SystemInt32

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

encoding
Type: SystemString

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also