Creates and returns a Quartz image from the pixel data in a bitmap graphics context.
Original signature is 'CGImageRef CGBitmapContextCreateImage ( CGContextRef c );'
Available in Mac OS X v10.4 and later.


- c (IntPtr)
- MISSING

A CGImage object that contains a snapshot of the bitmap graphics context or NULL if the image is not created.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)