MonobjcMonobjc Documented Class Library
glVertex2i Method (x, y)
NamespacesMonobjc.OpenGLGLglVertex2i(Int32, Int32)

Original signature is 'extern void glVertex2i (GLint x, GLint y);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glVertex2i(
	int x,
	int y
)
Public Shared Sub glVertex2i ( _
	x As Integer, _
	y As Integer _
)
public:
static void glVertex2i(
	int x, 
	int y
)
Parameters
x (Int32)

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

y (Int32)

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