Table of Contents

Method GetWindowImageRect

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetWindowImageRect(string)

Provides rectangle of image in the window. The function getWindowImageRect returns the client screen coordinates, width and height of the image rendering area.

public static Rect GetWindowImageRect(string winName)

Parameters

winName string

Name of the window.

Returns

Rect