Share via


NSDrawer Constructores

Definición

Sobrecargas

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

NSDrawer()

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

Se aplica a

NSDrawer(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSDrawer(NSObjectFlag)

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

Parámetros

Se aplica a

NSDrawer(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica 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

Parámetros

contentSize
CGSize
edge
NSRectEdge
Atributos

Se aplica a