Creates a CGImage object for the image data associated with the specified index in an image source.
Original signature is 'CGImageRef CGImageSourceCreateImageAtIndex ( CGImageSourceRef isrc, size_t index, CFDictionaryRef options );'
Available in Mac OS X version 10.4 and later.

C# | Visual Basic | Visual C++ |
public static IntPtr CreateImageAtIndex( IntPtr isrc, NSUInteger index, NSDictionary options )
Public Shared Function CreateImageAtIndex ( _ isrc As IntPtr, _ index As NSUInteger, _ options As NSDictionary _ ) As IntPtr
public: static IntPtr CreateImageAtIndex( IntPtr isrc, NSUInteger index, NSDictionary^ options )


Returns a CGImage object. You are responsible for releasing this object using CGImageRelease.

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