MonobjcMonobjc Documented Class Library
ReleaseCGLPixelFormat Method (pixelFormat)
NamespacesMonobjc.QuartzCoreCAOpenGLLayerReleaseCGLPixelFormat(IntPtr)

Releases the specified OpenGL pixel format object.

Original signature is '- (void)releaseCGLPixelFormat:(CGLPixelFormatObj)pixelFormat'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReleaseCGLPixelFormat(
	IntPtr pixelFormat
)
Public Overridable Sub ReleaseCGLPixelFormat ( _
	pixelFormat As IntPtr _
)
public:
virtual void ReleaseCGLPixelFormat(
	IntPtr pixelFormat
)
Parameters
pixelFormat (IntPtr)
The pixel format object 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)