WindowResize Method OpenCvSharp Class Library
Sets window size

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

public void Resize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
New width
height
Type: SystemInt32
New height
See Also

Reference