MonobjcMonobjc Documented Class Library
DestroyPixelFormat Method (pix)
NamespacesMonobjc.OpenGLCGLDestroyPixelFormat(IntPtr)

Frees the memory associated with a pixel format object.

Original signature is 'CGLError CGLDestroyPixelFormat ( CGLPixelFormatObj pix );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGLError DestroyPixelFormat(
	IntPtr pix
)
Public Shared Function DestroyPixelFormat ( _
	pix As IntPtr _
) As CGLError
public:
static CGLError DestroyPixelFormat(
	IntPtr pix
)
Parameters
pix (IntPtr)
MISSING
Return Value
A result code. See “CGL Result Codes.”
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)