NSWindow 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
NSWindow() | |
NSWindow(NSCoder) | |
NSWindow(NSObjectFlag) | |
NSWindow(IntPtr) | |
NSWindow(CGRect, NSWindowStyle, NSBackingStore, Boolean) | |
NSWindow(CGRect, NSWindowStyle, NSBackingStore, Boolean, NSScreen) |
NSWindow()
NSWindow(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSWindow (Foundation.NSCoder coder);
new AppKit.NSWindow : Foundation.NSCoder -> AppKit.NSWindow
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSWindow(NSObjectFlag)
protected NSWindow (Foundation.NSObjectFlag t);
new AppKit.NSWindow : Foundation.NSObjectFlag -> AppKit.NSWindow
Parameters
Applies to
NSWindow(IntPtr)
protected internal NSWindow (IntPtr handle);
new AppKit.NSWindow : nativeint -> AppKit.NSWindow
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSWindow(CGRect, NSWindowStyle, NSBackingStore, Boolean)
[Foundation.Export("initWithContentRect:styleMask:backing:defer:")]
[ObjCRuntime.DesignatedInitializer]
public NSWindow (CoreGraphics.CGRect contentRect, AppKit.NSWindowStyle aStyle, AppKit.NSBackingStore bufferingType, bool deferCreation);
new AppKit.NSWindow : CoreGraphics.CGRect * AppKit.NSWindowStyle * AppKit.NSBackingStore * bool -> AppKit.NSWindow
Parameters
- contentRect
- CGRect
- aStyle
- NSWindowStyle
- bufferingType
- NSBackingStore
- deferCreation
- Boolean
- Attributes
Applies to
NSWindow(CGRect, NSWindowStyle, NSBackingStore, Boolean, NSScreen)
[Foundation.Export("initWithContentRect:styleMask:backing:defer:screen:")]
public NSWindow (CoreGraphics.CGRect contentRect, AppKit.NSWindowStyle aStyle, AppKit.NSBackingStore bufferingType, bool deferCreation, AppKit.NSScreen screen);
new AppKit.NSWindow : CoreGraphics.CGRect * AppKit.NSWindowStyle * AppKit.NSBackingStore * bool * AppKit.NSScreen -> AppKit.NSWindow
Parameters
- contentRect
- CGRect
- aStyle
- NSWindowStyle
- bufferingType
- NSBackingStore
- deferCreation
- Boolean
- screen
- NSScreen
- Attributes