Tao.OpenGl SDK Documentation

Gl.glRasterPos4f Method 

[Visual Basic]
Public Shared Sub glRasterPos4f( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single, _
   ByVal w As Single _
)
[C#]
public static void glRasterPos4f(
   float x,
   float y,
   float z,
   float w
);

See Also

Gl Class | Tao.OpenGl Namespace