Tao.OpenGl SDK Documentation

Gl.glWindowPos3fMESA Method 

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

See Also

Gl Class | Tao.OpenGl Namespace