MonobjcMonobjc Documented Class Library
glRectfv Method (v1, v2)
NamespacesMonobjc.OpenGLGLglRectfv(array<Single>[]()[][], IntPtr)

Original signature is 'extern void glRectfv (const GLfloat *v1, const GLfloat *v2);'

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

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

v2 (IntPtr)

[Missing <param name="v2"/> documentation for "M:Monobjc.OpenGL.GL.glRectfv(System.Single[],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)