Freigeben über


NSBox Konstruktoren

Definition

Überlädt

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

NSBox()

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

Gilt für:

NSBox(CGRect)

[Foundation.Export("initWithFrame:")]
public NSBox(CoreGraphics.CGRect frameRect);
new AppKit.NSBox : CoreGraphics.CGRect -> AppKit.NSBox

Parameter

frameRect
CGRect
Attribute

Gilt für:

NSBox(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSBox(Foundation.NSCoder coder);
new AppKit.NSBox : Foundation.NSCoder -> AppKit.NSBox

Parameter

coder
NSCoder
Attribute

Gilt für:

NSBox(NSObjectFlag)

protected NSBox(Foundation.NSObjectFlag t);
new AppKit.NSBox : Foundation.NSObjectFlag -> AppKit.NSBox

Parameter

Gilt für:

NSBox(IntPtr)

protected internal NSBox(IntPtr handle);
new AppKit.NSBox : nativeint -> AppKit.NSBox

Parameter

handle
IntPtr

nativeint

Gilt für: