MonobjcMonobjc Documented Class Library
ReleasePixelFormat Method (pix)
NamespacesMonobjc.OpenGLCGLReleasePixelFormat(IntPtr)

Decrements the reference count of a pixel format object.

Original signature is 'void CGLReleasePixelFormat ( CGLPixelFormatObj pix );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void ReleasePixelFormat(
	IntPtr pix
)
Public Shared Sub ReleasePixelFormat ( _
	pix As IntPtr _
)
public:
static void ReleasePixelFormat(
	IntPtr pix
)
Parameters
pix (IntPtr)
MISSING
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)