WindowMove Method OpenCvSharp Class Library
Sets window position

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

public void Move(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
New x coordinate of top-left corner
y
Type: SystemInt32
New y coordinate of top-left corner
See Also

Reference