Compartilhar via


NSWindow Construtores

Definição

Sobrecargas

NSWindow()
NSWindow(NSCoder)
NSWindow(NSObjectFlag)
NSWindow(IntPtr)
NSWindow(CGRect, NSWindowStyle, NSBackingStore, Boolean)
NSWindow(CGRect, NSWindowStyle, NSBackingStore, Boolean, NSScreen)

NSWindow()

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

Aplica-se a

NSWindow(NSCoder)

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

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

NSWindow(NSObjectFlag)

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

Parâmetros

Aplica-se a

NSWindow(IntPtr)

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

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

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

Parâmetros

contentRect
CGRect
aStyle
NSWindowStyle
bufferingType
NSBackingStore
deferCreation
Boolean
Atributos

Aplica-se a

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

Parâmetros

contentRect
CGRect
aStyle
NSWindowStyle
bufferingType
NSBackingStore
deferCreation
Boolean
screen
NSScreen
Atributos

Aplica-se a