MonobjcMonobjc Documented Class Library
CreateWithDataProvider Method (provider, options)
NamespacesMonobjc.ApplicationServicesCGImageSourceCreateWithDataProvider(IntPtr, NSDictionary)

Creates an image source that reads data from the specified data provider.

Original signature is 'CGImageSourceRef CGImageSourceCreateWithDataProvider ( CGDataProviderRef provider, CFDictionaryRef options );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithDataProvider(
	IntPtr provider,
	NSDictionary options
)
Public Shared Function CreateWithDataProvider ( _
	provider As IntPtr, _
	options As NSDictionary _
) As IntPtr
public:
static IntPtr CreateWithDataProvider(
	IntPtr provider, 
	NSDictionary^ options
)
Parameters
provider (IntPtr)
MISSING
options (NSDictionary)
MISSING
Return Value
An image source. 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)