OpenCvSharp.Window.Window C# (CSharp) Method

Window() public method

Creates a window
public Window ( string name ) : System
name string Name of the window which is used as window identifier and appears in the window caption.
return System
        public Window(string name)
            : this(name, WindowMode.AutoSize, null)
        {
        }

Same methods

Window::Window ( ) : System
Window::Window ( OpenCvSharp.Mat image ) : System
Window::Window ( WindowMode flags, OpenCvSharp.Mat image ) : System
Window::Window ( string name, OpenCvSharp.Mat image ) : System
Window::Window ( string name, WindowMode flags ) : System
Window::Window ( string name, WindowMode flags, OpenCvSharp.Mat image ) : System