MonobjcMonobjc Documented Class Library
gluGetTessProperty Method (tess, which, data)
NamespacesMonobjc.OpenGLGLgluGetTessProperty(IntPtr, UInt32, Double%)

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

Declaration Syntax
C#Visual BasicVisual C++
public static void gluGetTessProperty(
	IntPtr tess,
	uint which,
	out double data
)
Public Shared Sub gluGetTessProperty ( _
	tess As IntPtr, _
	which As UInteger, _
	<OutAttribute> ByRef data As Double _
)
public:
static void gluGetTessProperty(
	IntPtr tess, 
	unsigned int which, 
	[OutAttribute] double% data
)
Parameters
tess (IntPtr)

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

which (UInt32)

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

data (Double%)

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