class constructor

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

Syntax

C#
public Viewport(
	GLSV g
)
Visual Basic (Declaration)
Public Sub New ( _
	g As GLSV _
)
Visual C++
public:
Viewport(
	GLSV^ g
)

Parameters

g
Type: GLSV..::.GLSV
This is the GLSV instance that we are using

See Also