Click or drag to resize

NativeMethodscore_FileNode_read_String Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void core_FileNode_read_String(
	IntPtr node,
	StringBuilder value,
	int valueCapacity,
	string defaultValue
)

Parameters

node
Type: SystemIntPtr
value
Type: System.TextStringBuilder
valueCapacity
Type: SystemInt32
defaultValue
Type: SystemString
See Also