MonobjcMonobjc Documented Class Library
CreateWithURL Method (url, type, count, options)
NamespacesMonobjc.ApplicationServicesCGImageDestinationCreateWithURL(NSURL, NSString, NSUInteger, NSDictionary)

Creates an image destination that writes to a location specified by a URL.

Original signature is 'CGImageDestinationRef CGImageDestinationCreateWithURL ( CFURLRef url, CFStringRef type, size_t count, CFDictionaryRef options );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithURL(
	NSURL url,
	NSString type,
	NSUInteger count,
	NSDictionary options
)
Public Shared Function CreateWithURL ( _
	url As NSURL, _
	type As NSString, _
	count As NSUInteger, _
	options As NSDictionary _
) As IntPtr
public:
static IntPtr CreateWithURL(
	NSURL^ url, 
	NSString^ type, 
	NSUInteger count, 
	NSDictionary^ options
)
Parameters
url (NSURL)
MISSING
type (NSString)
MISSING
count (NSUInteger)
MISSING
options (NSDictionary)
MISSING
Return Value
An image destination. You are responsible for releasing this object using CFRelease.
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)