MonobjcMonobjc Documented Class Library
CopyProperties Method (isrc, options)
NamespacesMonobjc.ApplicationServicesCGImageSourceCopyProperties(IntPtr, NSDictionary)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
isrc (IntPtr)
MISSING
options (NSDictionary)
MISSING
Return Value
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)