MonobjcMonobjc Documented Class Library
glWindowPos2dv Method (v)
NamespacesMonobjc.OpenGLGLglWindowPos2dv(array<Double>[]()[][])

Original signature is 'extern void glWindowPos2dv (const GLdouble *v);'

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

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

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)