Returns the bitmap information for a bitmap image.
Original signature is 'CGBitmapInfo CGImageGetBitmapInfo ( CGImageRef image );'
Available in Mac OS X v10.4 and later.

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

- image (IntPtr)
- MISSING

The bitmap information associated with an image.

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