MonobjcMonobjc Documented Class Library
glRectiv Method (v1, v2)
NamespacesMonobjc.OpenGLGLglRectiv(Int32%, Int32%)

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

Declaration Syntax
C#Visual BasicVisual C++
public static void glRectiv(
	ref int v1,
	ref int v2
)
Public Shared Sub glRectiv ( _
	ByRef v1 As Integer, _
	ByRef v2 As Integer _
)
public:
static void glRectiv(
	int% v1, 
	int% v2
)
Parameters
v1 (Int32%)

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

v2 (Int32%)

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

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)