NSClipView 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
NSClipView() | |
NSClipView(CGRect) | |
NSClipView(NSCoder) | |
NSClipView(NSObjectFlag) | |
NSClipView(IntPtr) |
NSClipView()
NSClipView(CGRect)
[Foundation.Export("initWithFrame:")]
public NSClipView (CoreGraphics.CGRect frameRect);
new AppKit.NSClipView : CoreGraphics.CGRect -> AppKit.NSClipView
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSClipView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSClipView (Foundation.NSCoder coder);
new AppKit.NSClipView : Foundation.NSCoder -> AppKit.NSClipView
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSClipView(NSObjectFlag)
protected NSClipView (Foundation.NSObjectFlag t);
new AppKit.NSClipView : Foundation.NSObjectFlag -> AppKit.NSClipView
Parameters
Applies to
NSClipView(IntPtr)
protected internal NSClipView (IntPtr handle);
new AppKit.NSClipView : nativeint -> AppKit.NSClipView
Parameters
- handle
-
IntPtr
nativeint