Table of Contents

Method MoveWindow

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

MoveWindow(string, int, int)

Moves window to the specified position

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

Parameters

winName string

Window name

x int

The new x-coordinate of the window

y int

The new y-coordinate of the window