NSImageCell Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se 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
Aplica-se a
NSImageCell(NSObjectFlag)
protected NSImageCell (Foundation.NSObjectFlag t);
new AppKit.NSImageCell : Foundation.NSObjectFlag -> AppKit.NSImageCell
Parâmetros
Aplica-se a
NSImageCell(IntPtr)
protected internal NSImageCell (IntPtr handle);
new AppKit.NSImageCell : nativeint -> AppKit.NSImageCell
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSImageCell(String)
[Foundation.Export("initTextCell:")]
public NSImageCell (string aString);
new AppKit.NSImageCell : string -> AppKit.NSImageCell
Parâmetros
- aString
- String
- Atributos