NSImageCell Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- image
- NSImage
- Attributi
Si applica a
NSImageCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSImageCell (Foundation.NSCoder coder);
new AppKit.NSImageCell : Foundation.NSCoder -> AppKit.NSImageCell
Parametri
- coder
- NSCoder
- Attributi
Si applica a
NSImageCell(NSObjectFlag)
protected NSImageCell (Foundation.NSObjectFlag t);
new AppKit.NSImageCell : Foundation.NSObjectFlag -> AppKit.NSImageCell
Parametri
Si applica a
NSImageCell(IntPtr)
protected internal NSImageCell (IntPtr handle);
new AppKit.NSImageCell : nativeint -> AppKit.NSImageCell
Parametri
- handle
-
IntPtr
nativeint
Si applica a
NSImageCell(String)
[Foundation.Export("initTextCell:")]
public NSImageCell (string aString);
new AppKit.NSImageCell : string -> AppKit.NSImageCell
Parametri
- aString
- String
- Attributi