MonobjcMonobjc Documented Class Library
glRectiv Method (v1, v2)
NamespacesMonobjc.OpenGLGLglRectiv(array<Int32>[]()[][], IntPtr)

Original signature is 'extern void glRectiv (const GLint *v1, const GLint *v2);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glRectiv(
	int[] v1,
	IntPtr v2
)
Public Shared Sub glRectiv ( _
	v1 As Integer(), _
	v2 As IntPtr _
)
public:
static void glRectiv(
	array<int>^ v1, 
	IntPtr v2
)
Parameters
v1 (array<Int32>[]()[][])

[Missing <param name="v1"/> documentation for "M:Monobjc.OpenGL.GL.glRectiv(System.Int32[],System.IntPtr)"]

v2 (IntPtr)

[Missing <param name="v2"/> documentation for "M:Monobjc.OpenGL.GL.glRectiv(System.Int32[],System.IntPtr)"]

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)