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