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