MonobjcMonobjc Documented Class Library
glClipPlane Method (plane, equation)
NamespacesMonobjc.OpenGLGLglClipPlane(UInt32, IntPtr)

Original signature is 'extern void glClipPlane (GLenum plane, const GLdouble *equation);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glClipPlane(
	uint plane,
	IntPtr equation
)
Public Shared Sub glClipPlane ( _
	plane As UInteger, _
	equation As IntPtr _
)
public:
static void glClipPlane(
	unsigned int plane, 
	IntPtr equation
)
Parameters
plane (UInt32)

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

equation (IntPtr)

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

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)