NSScrollView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSScrollView() | |
NSScrollView(CGRect) | |
NSScrollView(NSCoder) | |
NSScrollView(NSObjectFlag) | |
NSScrollView(IntPtr) |
NSScrollView()
NSScrollView(CGRect)
[Foundation.Export("initWithFrame:")]
[ObjCRuntime.DesignatedInitializer]
public NSScrollView (CoreGraphics.CGRect frameRect);
new AppKit.NSScrollView : CoreGraphics.CGRect -> AppKit.NSScrollView
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSScrollView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSScrollView (Foundation.NSCoder coder);
new AppKit.NSScrollView : Foundation.NSCoder -> AppKit.NSScrollView
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSScrollView(NSObjectFlag)
protected NSScrollView (Foundation.NSObjectFlag t);
new AppKit.NSScrollView : Foundation.NSObjectFlag -> AppKit.NSScrollView
Parameters
Applies to
NSScrollView(IntPtr)
protected internal NSScrollView (IntPtr handle);
new AppKit.NSScrollView : nativeint -> AppKit.NSScrollView
Parameters
- handle
-
IntPtr
nativeint