MonobjcMonobjc Documented Class Library
SetImageWithURL Method (url)
NamespacesMonobjc.QuartzIKImageViewSetImageWithURL(NSURL)

Initializes an image view with the image specified by a URL.

Original signature is '- (void)setImageWithURL:(NSURL *)url'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetImageWithURL(
	NSURL url
)
Public Overridable Sub SetImageWithURL ( _
	url As NSURL _
)
public:
virtual void SetImageWithURL(
	NSURL^ url
)
Parameters
url (NSURL)
The URL that specifies the location of the image.
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.Quartz (Module: Monobjc.Quartz)