Click or drag to resize

WindowResize Method

Sets window size

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Resize(
	int width,
	int height
)

Parameters

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