NSDrawer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSDrawer(NSObjectFlag)
protected NSDrawer (Foundation.NSObjectFlag t);
new AppKit.NSDrawer : Foundation.NSObjectFlag -> AppKit.NSDrawer
Parameters
Applies to
NSDrawer(IntPtr)
protected internal NSDrawer (IntPtr handle);
new AppKit.NSDrawer : nativeint -> AppKit.NSDrawer
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSDrawer(CGSize, NSRectEdge)
[Foundation.Export("initWithContentSize:preferredEdge:")]
public NSDrawer (CoreGraphics.CGSize contentSize, AppKit.NSRectEdge edge);
new AppKit.NSDrawer : CoreGraphics.CGSize * AppKit.NSRectEdge -> AppKit.NSDrawer
Parameters
- contentSize
- CGSize
- edge
- NSRectEdge
- Attributes