Cv2MoveWindow Method OpenCvSharp Class Library
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

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

Reference