MonobjcMonobjc Documented Class Library
InitWithURL Method (url)
NamespacesMonobjc.QuartzPDFActionURLInitWithURL(NSURL)

Initializes a URL action with the specified URL.

Original signature is '- (id)initWithURL:(NSURL *)url'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithURL(
	NSURL url
)
Public Overridable Function InitWithURL ( _
	url As NSURL _
) As Id
public:
virtual Id^ InitWithURL(
	NSURL^ url
)
Parameters
url (NSURL)
The URL to set the action to.
Return Value
An initialized PDFActionURL instance, or NULL if the object could not be initialized.
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)