Partager via


NSView Constructeurs

Définition

Surcharges

NSView()
NSView(CGRect)
NSView(NSCoder)
NSView(NSObjectFlag)
NSView(IntPtr)

NSView()

[Foundation.Export("init")]
public NSView ();
Attributs

S’applique à

NSView(CGRect)

[Foundation.Export("initWithFrame:")]
[ObjCRuntime.DesignatedInitializer]
public NSView (CoreGraphics.CGRect frameRect);
new AppKit.NSView : CoreGraphics.CGRect -> AppKit.NSView

Paramètres

frameRect
CGRect
Attributs

S’applique à

NSView(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSView(NSObjectFlag)

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

Paramètres

S’applique à

NSView(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à