NSDrawer Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NSDrawer() | |
NSDrawer(NSCoder) | |
NSDrawer(NSObjectFlag) | |
NSDrawer(IntPtr) | |
NSDrawer(CGSize, NSRectEdge) |
NSDrawer()
NSDrawer(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSDrawer (Foundation.NSCoder coder);
new AppKit.NSDrawer : Foundation.NSCoder -> AppKit.NSDrawer
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSDrawer(NSObjectFlag)
protected NSDrawer (Foundation.NSObjectFlag t);
new AppKit.NSDrawer : Foundation.NSObjectFlag -> AppKit.NSDrawer
Parâmetros
Aplica-se a
NSDrawer(IntPtr)
protected internal NSDrawer (IntPtr handle);
new AppKit.NSDrawer : nativeint -> AppKit.NSDrawer
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se 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