Tao.OpenGl SDK Documentation

Gl.glWindowPos3i Method 

[Visual Basic]
Public Shared Sub glWindowPos3i( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal z As Integer _
)
[C#]
public static void glWindowPos3i(
   int x,
   int y,
   int z
);

See Also

Gl Class | Tao.OpenGl Namespace