Creates and returns an image object from a Quartz 2D image.
Original signature is '+ (CIImage *)imageWithCGImage:(CGImageRef)image'
Available in 4 and later.


- image (IntPtr)
- A Quartz 2D image (CGImageRef) object. For more information, see Quartz 2D Programming Guide and CGImage Reference.

An image object initialized with the contents of the Quartz 2D 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)