MonobjcMonobjc Documented Class Library
glRasterPos3iv Method (v)
NamespacesMonobjc.OpenGLGLglRasterPos3iv(Int32%)

Original signature is 'extern void glRasterPos3iv (const GLint *v);'

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

[Missing <param name="v"/> documentation for "M:Monobjc.OpenGL.GL.glRasterPos3iv(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)