Click or drag to resize

NativeMethodscore_getVersionString Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_getVersionString(System.Text.StringBuilder,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_getVersionString(
	StringBuilder buf,
	int maxLength
)

Parameters

buf
Type: System.TextStringBuilder

[Missing <param name="buf"/> documentation for "M:OpenCvSharp.NativeMethods.core_getVersionString(System.Text.StringBuilder,System.Int32)"]

maxLength
Type: SystemInt32

[Missing <param name="maxLength"/> documentation for "M:OpenCvSharp.NativeMethods.core_getVersionString(System.Text.StringBuilder,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_getVersionString(System.Text.StringBuilder,System.Int32)"]

See Also