MonobjcMonobjc Documented Class Library
glWindowPos2sv Method (v)
NamespacesMonobjc.OpenGLGLglWindowPos2sv(array<Int16>[]()[][])

Original signature is 'extern void glWindowPos2sv (const GLshort *v);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glWindowPos2sv(
	short[] v
)
Public Shared Sub glWindowPos2sv ( _
	v As Short() _
)
public:
static void glWindowPos2sv(
	array<short>^ v
)
Parameters
v (array<Int16>[]()[][])

[Missing <param name="v"/> documentation for "M:Monobjc.OpenGL.GL.glWindowPos2sv(System.Int16[])"]

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)