MonobjcMonobjc Documented Class Library
glWindowPos2f Method (x, y)
NamespacesMonobjc.OpenGLGLglWindowPos2f(Single, Single)

Original signature is 'extern void glWindowPos2f (GLfloat x, GLfloat y);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glWindowPos2f(
	float x,
	float y
)
Public Shared Sub glWindowPos2f ( _
	x As Single, _
	y As Single _
)
public:
static void glWindowPos2f(
	float x, 
	float y
)
Parameters
x (Single)

[Missing <param name="x"/> documentation for "M:Monobjc.OpenGL.GL.glWindowPos2f(System.Single,System.Single)"]

y (Single)

[Missing <param name="y"/> documentation for "M:Monobjc.OpenGL.GL.glWindowPos2f(System.Single,System.Single)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)