MonobjcMonobjc Documented Class Library
ImageWithContentsOfURL Method (url)
NamespacesMonobjc.QuartzCoreCIImageImageWithContentsOfURL(NSURL)

Creates and returns an image object from the contents of a file.

Original signature is '+ (CIImage *)imageWithContentsOfURL:(NSURL *)url'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIImage ImageWithContentsOfURL(
	NSURL url
)
Public Shared Function ImageWithContentsOfURL ( _
	url As NSURL _
) As CIImage
public:
static CIImage^ ImageWithContentsOfURL(
	NSURL^ url
)
Parameters
url (NSURL)
The location of the file.
Return Value
An image object initialized with the contents of the file.
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)