Initializes an image object from the contents of CVImageBuffer object.
Original signature is '- (id)initWithCVImageBuffer:(CVImageBufferRef)imageBuffer'
Available in 4 and later.


- imageBuffer (IntPtr)
- A CVImageBuffer object. For more information, see Core Video Programming Guide and Core Video Reference.

The initialized image object or nil if the object could not be initialized.

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