Saves a Viewport shoot of the opengl control

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

Syntax

C#
public void SaveImage(
	string imagePath
)
Visual Basic (Declaration)
Public Sub SaveImage ( _
	imagePath As String _
)
Visual C++
public:
void SaveImage(
	String^ imagePath
)

Parameters

imagePath
Type: System..::.String
Image name and path of the bitmap

See Also