NSBox Constructors

Definition

Overloads

NSBox()
NSBox(CGRect)
NSBox(NSCoder)
NSBox(NSObjectFlag)
NSBox(IntPtr)

NSBox()

[Foundation.Export("init")]
public NSBox ();
Attributes

Applies to

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

Applies to