MonobjcMonobjc Documented Class Library
glWindowPos2fv Method (v)
NamespacesMonobjc.OpenGLGLglWindowPos2fv(array<Single>[]()[][])

Original signature is 'extern void glWindowPos2fv (const GLfloat *v);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glWindowPos2fv(
	float[] v
)
Public Shared Sub glWindowPos2fv ( _
	v As Single() _
)
public:
static void glWindowPos2fv(
	array<float>^ v
)
Parameters
v (array<Single>[]()[][])

[Missing <param name="v"/> documentation for "M:Monobjc.OpenGL.GL.glWindowPos2fv(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)