This method sets the basic parameteres that a Viewport needs.

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

Syntax

C#
public void SetParams(
	XY displaySize,
	XY controlSize
)
Visual Basic (Declaration)
Public Sub SetParams ( _
	displaySize As XY, _
	controlSize As XY _
)
Visual C++
public:
void SetParams(
	XY^ displaySize, 
	XY^ controlSize
)

Parameters

displaySize
Type: GLSV..::.XY
it is the display size
controlSize
Type: GLSV..::.XY
it is the OpenGl control size

See Also