Recalculate the viewport based on the new width and height of the control

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void Resize(
	int w,
	int h
)
Visual Basic (Declaration)
Public Sub Resize ( _
	w As Integer, _
	h As Integer _
)
Visual C++
public:
void Resize(
	int w, 
	int h
)

Parameters

w
Type: System..::.Int32
the new OpenGL control width
h
Type: System..::.Int32
the new OpenGL control height

See Also