Click or drag to resize

NativeMethodshighgui_namedWindow Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_namedWindow(
	string winName,
	int flags
)

Parameters

winName
Type: SystemString

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

flags
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also