Returns a pointer to the image data associated with a bitmap context.
Original signature is 'void * CGBitmapContextGetData ( CGContextRef c );'
Available in Mac OS X v10.2 and later.


- c (IntPtr)
- MISSING

A pointer to the specified bitmap context’s image data, or NULL if the context is not a bitmap context.

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