Click or drag to resize

Visualizer.Resize Method

Resize the window to a given size

Namespace:  Zivid.NET.Visualization
Assembly:  ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 0.0.0.0
Syntax
public void Resize(
	int w,
	int h
)

Parameters

w
Type: System.Int32
Desired widthDesired height
h
Type: System.Int32
See Also