Returns the number of images (not including thumbnails) in the image source.
Original signature is 'size_t CGImageSourceGetCount ( CGImageSourceRef isrc );'
Available in Mac OS X version 10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSUInteger GetCount( IntPtr isrc )
Public Shared Function GetCount ( _ isrc As IntPtr _ ) As NSUInteger
public: static NSUInteger GetCount( IntPtr isrc )

- isrc (IntPtr)
- MISSING

The number of images. If the image source is a multilayered PSD file, the function returns 1.

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