NSView Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSView() | |
NSView(CGRect) | |
NSView(NSCoder) | |
NSView(NSObjectFlag) | |
NSView(IntPtr) |
NSView()
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