MonobjcMonobjc Documented Class Library
gluCylinder Method (quad, base, top, height, slices, stacks)
NamespacesMonobjc.OpenGLGLgluCylinder(IntPtr, Double, Double, Double, Int32, Int32)

Original signature is 'extern void gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluCylinder(
	IntPtr quad,
	double base,
	double top,
	double height,
	int slices,
	int stacks
)
Public Shared Sub gluCylinder ( _
	quad As IntPtr, _
	base As Double, _
	top As Double, _
	height As Double, _
	slices As Integer, _
	stacks As Integer _
)
public:
static void gluCylinder(
	IntPtr quad, 
	double base, 
	double top, 
	double height, 
	int slices, 
	int stacks
)
Parameters
quad (IntPtr)

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

base (Double)

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

top (Double)

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

height (Double)

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

slices (Int32)

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

stacks (Int32)

[Missing <param name="stacks"/> documentation for "M:Monobjc.OpenGL.GL.gluCylinder(System.IntPtr,System.Double,System.Double,System.Double,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)