Gets/sets the Viewport

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

Syntax

C#
public Viewport Viewport { get; set; }
Visual Basic (Declaration)
Public Property Viewport As Viewport
Visual C++
public:
property Viewport^ Viewport {
	Viewport^ get ();
	void set (Viewport^ value);
}

See Also