MonobjcMonobjc Documented Class Library
CreateWithURL Method (url)
NamespacesMonobjc.ApplicationServicesCGDataProviderCreateWithURL(NSURL)

Creates a Quartz direct-access data provider that uses a URL to supply data.

Original signature is 'CGDataProviderRef CGDataProviderCreateWithURL ( CFURLRef url );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithURL(
	NSURL url
)
Public Shared Function CreateWithURL ( _
	url As NSURL _
) As IntPtr
public:
static IntPtr CreateWithURL(
	NSURL^ url
)
Parameters
url (NSURL)
MISSING
Return Value
A new data provider or NULL if the data from the URL could not be accessed. You are responsible for releasing this object using CGDataProviderRelease.
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)