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