Tao.OpenGl SDK Documentation

Gl.glWindowPos3iMESA Method 

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

See Also

Gl Class | Tao.OpenGl Namespace