MonobjcMonobjc Documented Class Library
IKImageBrowserView Constructor (frame)
NamespacesMonobjc.QuartzIKImageBrowserViewIKImageBrowserView(NSRect)

Initializes a newly allocated image browser view with the provided frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frame'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public IKImageBrowserView(
	NSRect frame
)
Public Sub New ( _
	frame As NSRect _
)
public:
IKImageBrowserView(
	NSRect frame
)
Parameters
frame (NSRect)
The rectangle for the image browser.
Return Value
The initialized object.
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)