NSImageCell Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- image
- NSImage
- Attribute
Gilt für:
NSImageCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSImageCell (Foundation.NSCoder coder);
new AppKit.NSImageCell : Foundation.NSCoder -> AppKit.NSImageCell
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSImageCell(NSObjectFlag)
protected NSImageCell (Foundation.NSObjectFlag t);
new AppKit.NSImageCell : Foundation.NSObjectFlag -> AppKit.NSImageCell
Parameter
Gilt für:
NSImageCell(IntPtr)
protected internal NSImageCell (IntPtr handle);
new AppKit.NSImageCell : nativeint -> AppKit.NSImageCell
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSImageCell(String)
[Foundation.Export("initTextCell:")]
public NSImageCell (string aString);
new AppKit.NSImageCell : string -> AppKit.NSImageCell
Parameter
- aString
- String
- Attribute