NSImageCell Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- image
- NSImage
- Atributos
Se aplica a
NSImageCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSImageCell (Foundation.NSCoder coder);
new AppKit.NSImageCell : Foundation.NSCoder -> AppKit.NSImageCell
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
NSImageCell(NSObjectFlag)
protected NSImageCell (Foundation.NSObjectFlag t);
new AppKit.NSImageCell : Foundation.NSObjectFlag -> AppKit.NSImageCell
Parámetros
Se aplica a
NSImageCell(IntPtr)
protected internal NSImageCell (IntPtr handle);
new AppKit.NSImageCell : nativeint -> AppKit.NSImageCell
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
NSImageCell(String)
[Foundation.Export("initTextCell:")]
public NSImageCell (string aString);
new AppKit.NSImageCell : string -> AppKit.NSImageCell
Parámetros
- aString
- String
- Atributos