Click or drag to resize

NativeMethodscore_FileNode_read_int Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_FileNode_read_int(
	IntPtr node,
	out int value,
	int defaultValue
)

Parameters

node
Type: SystemIntPtr

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

value
Type: SystemInt32

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

defaultValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also