MonobjcMonobjc Documented Class Library
NSScrollView Constructor (frameRect)
NamespacesMonobjc.AppKitNSScrollViewNSScrollView(NSRect)

Initializes and returns a newly allocated NSView object with a specified frame rectangle.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSScrollView(
	NSRect frameRect
)
Public Sub New ( _
	frameRect As NSRect _
)
public:
NSScrollView(
	NSRect frameRect
)
Parameters
frameRect (NSRect)
The frame rectangle for the created view object.
Return Value
An initialized NSView object or nil if the object couldn't be created.
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)