CvResizeWindow Method OpenCvSharp Class Library
Changes size of the window.

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

public static void ResizeWindow(
	string name,
	int width,
	int height
)

Parameters

name
Type: SystemString
Name of the window to be resized.
width
Type: SystemInt32
New width.
height
Type: SystemInt32
New height.
See Also

Reference