MonobjcMonobjc Documented Class Library
gluTessProperty Method (tess, which, data)
NamespacesMonobjc.OpenGLGLgluTessProperty(IntPtr, UInt32, Double)

Original signature is 'extern void gluTessProperty (GLUtesselator* tess, GLenum which, GLdouble data);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluTessProperty(
	IntPtr tess,
	uint which,
	double data
)
Public Shared Sub gluTessProperty ( _
	tess As IntPtr, _
	which As UInteger, _
	data As Double _
)
public:
static void gluTessProperty(
	IntPtr tess, 
	unsigned int which, 
	double data
)
Parameters
tess (IntPtr)

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

which (UInt32)

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

data (Double)

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

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)