NSImageCell 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
NSImageCell() | |
NSImageCell(NSImage) | |
NSImageCell(NSCoder) | |
NSImageCell(NSObjectFlag) | |
NSImageCell(IntPtr) | |
NSImageCell(String) |
NSImageCell()
NSImageCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSImageCell (AppKit.NSImage image);
new AppKit.NSImageCell : AppKit.NSImage -> AppKit.NSImageCell
Paramètres
- image
- NSImage
- Attributs
S’applique à
NSImageCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSImageCell (Foundation.NSCoder coder);
new AppKit.NSImageCell : Foundation.NSCoder -> AppKit.NSImageCell
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSImageCell(NSObjectFlag)
protected NSImageCell (Foundation.NSObjectFlag t);
new AppKit.NSImageCell : Foundation.NSObjectFlag -> AppKit.NSImageCell
Paramètres
S’applique à
NSImageCell(IntPtr)
protected internal NSImageCell (IntPtr handle);
new AppKit.NSImageCell : nativeint -> AppKit.NSImageCell
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSImageCell(String)
[Foundation.Export("initTextCell:")]
public NSImageCell (string aString);
new AppKit.NSImageCell : string -> AppKit.NSImageCell
Paramètres
- aString
- String
- Attributs