Tao.OpenGl SDK Documentation
Gl.glViewport Method
[Visual Basic]
Public Shared Sub glViewport( _
ByVal
x
As
Integer
, _
ByVal
y
As
Integer
, _
ByVal
width
As
Integer
, _
ByVal
height
As
Integer
_
)
[C#]
public static
void
glViewport(
int
x
,
int
y
,
int
width
,
int
height
);
See Also
Gl Class
|
Tao.OpenGl Namespace