Copies the parameters of a Viewport object into this except engine Needed at reading a new project

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

Syntax

C#
public void Copy(
	Viewport s
)
Visual Basic (Declaration)
Public Sub Copy ( _
	s As Viewport _
)
Visual C++
public:
void Copy(
	Viewport^ s
)

Parameters

s
Type: GLSV..::.Viewport
Screen object

See Also