Returns whether a bitmap image is an image mask.
Original signature is 'bool CGImageIsMask ( CGImageRef image );'
Available in Mac OS X version 10.0 and later.


- image (IntPtr)
- MISSING

A Boolean value that indicates whether the image passed in the image parameter is an image mask (true indicates that the image is an image mask).

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