MonobjcMonobjc Documented Class Library
ReleaseCGLContext Method (glContext)
NamespacesMonobjc.QuartzCoreCAOpenGLLayerReleaseCGLContext(IntPtr)

Releases the specified rendering context.

Original signature is '- (void)releaseCGLContext:(CGLContextObj)glContext'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReleaseCGLContext(
	IntPtr glContext
)
Public Overridable Sub ReleaseCGLContext ( _
	glContext As IntPtr _
)
public:
virtual void ReleaseCGLContext(
	IntPtr glContext
)
Parameters
glContext (IntPtr)
The rendering context to release.
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.AppKit (Module: Monobjc.AppKit)