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