NSDrawer Costruttori

Definizione

Overload

NSDrawer()
NSDrawer(NSCoder)
NSDrawer(NSObjectFlag)
NSDrawer(IntPtr)
NSDrawer(CGSize, NSRectEdge)

NSDrawer()

[Foundation.Export("init")]
public NSDrawer ();
Attributi

Si applica a

NSDrawer(NSCoder)

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

Parametri

coder
NSCoder
Attributi

Si applica a

NSDrawer(NSObjectFlag)

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

Parametri

Si applica a

NSDrawer(IntPtr)

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

Parametri

handle
IntPtr

nativeint

Si applica a

NSDrawer(CGSize, NSRectEdge)

[Foundation.Export("initWithContentSize:preferredEdge:")]
public NSDrawer (CoreGraphics.CGSize contentSize, AppKit.NSRectEdge edge);
new AppKit.NSDrawer : CoreGraphics.CGSize * AppKit.NSRectEdge -> AppKit.NSDrawer

Parametri

contentSize
CGSize
edge
NSRectEdge
Attributi

Si applica a