Click or drag to resize

Cv2MoveWindow Method

Moves window to the specified position

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void MoveWindow(
	string winName,
	int x,
	int y
)

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