Click or drag to resize

Cv2GetWindowImageRect Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Rect GetWindowImageRect(
	string winName
)

Parameters

winName
Type: SystemString
Name of the window.

Return Value

Type: Rect

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetWindowImageRect(System.String)"]

See Also