Resize the window to a given size
 
    Namespace: 
   Zivid.NET.Visualization
    Assembly:
   ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 0.0.0.0
Syntaxpublic void Resize(
	int w,
	int h
)
Public Sub Resize ( 
	w As Integer,
	h As Integer
)
public:
void Resize(
	int w, 
	int h
)
Parameters
- w
 - Type: SystemInt32
Desired width - h
 - Type: SystemInt32
Desired height 
See Also