Returns the properties of the image source.
Original signature is 'CFDictionaryRef CGImageSourceCopyProperties ( CGImageSourceRef isrc, CFDictionaryRef options );'
Available in Mac OS X version 10.4 and later.

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

- isrc (IntPtr)
- MISSING
- options (NSDictionary)
- MISSING

A dictionary that contains the properties associated with the image source container. See CGImageProperties Reference for a list of properties that can be in the dictionary.

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