Moves window to the specified position
            
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- winName
 - Type: SystemString
Window name - x
 - Type: SystemInt32
The new x-coordinate of the window - y
 - Type: SystemInt32
The new y-coordinate of the window 
See Also