Obtains the bitmap information associated with a bitmap graphics context.
Original signature is 'CGBitmapInfo CGBitmapContextGetBitmapInfo ( CGContextRef c );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static CGBitmapInfo GetBitmapInfo( IntPtr c )
Public Shared Function GetBitmapInfo ( _ c As IntPtr _ ) As CGBitmapInfo
public: static CGBitmapInfo GetBitmapInfo( IntPtr c )

- c (IntPtr)
- MISSING

The bitmap info of the bitmap graphics context or 0 if c is not a bitmap graphics context. See CGImage Reference for a description of the Image Bitmap Information constants that can be returned.

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