CvMoveWindow Method OpenCvSharp Class Library
Changes position of the window.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void MoveWindow(
	string name,
	int x,
	int y
)

Parameters

name
Type: SystemString
Name of the window to be resized.
x
Type: SystemInt32
New x coordinate of top-left corner
y
Type: SystemInt32
New y coordinate of top-left corner
See Also

Reference