| Window Constructor (String) | 
        
         
            Creates a window
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Window(
	string name
)
Public Sub New ( 
	name As String
)
public:
Window(
	String^ name
)
new : 
        name : string -> WindowOpenCvSharp.Window = function(name);
Parameters
- name
- Type: SystemString
 Name of the window which is used as window identifier and appears in the window caption.
 See Also
See Also