Creates an image destination that writes to the specified data consumer.
Original signature is 'CGImageDestinationRef CGImageDestinationCreateWithDataConsumer ( CGDataConsumerRef consumer, CFStringRef type, size_t count, CFDictionaryRef options );'
Available in Mac OS X version 10.4 and later.

C# | Visual Basic | Visual C++ |
public static IntPtr CreateWithDataConsumer( IntPtr consumer, NSString type, NSUInteger count, NSDictionary options )
Public Shared Function CreateWithDataConsumer ( _ consumer As IntPtr, _ type As NSString, _ count As NSUInteger, _ options As NSDictionary _ ) As IntPtr
public: static IntPtr CreateWithDataConsumer( IntPtr consumer, NSString^ type, NSUInteger count, NSDictionary^ options )

- consumer (IntPtr)
- MISSING
- type (NSString)
- MISSING
- count (NSUInteger)
- MISSING
- options (NSDictionary)
- MISSING

An image destination. You are responsible for releasing this object using CFRelease.

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