Click or drag to resize

WindowMove Method

Sets window position

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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