Click or drag to resize

NativeMethods.highgui_namedWindow Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static void highgui_namedWindow(
	string winname,
	int flags
)

Parameters

winname
Type: System.String
flags
Type: System.Int32
See Also