NSImageCell Constructors

Definition

Overloads

NSImageCell()
NSImageCell(NSImage)
NSImageCell(NSCoder)
NSImageCell(NSObjectFlag)
NSImageCell(IntPtr)
NSImageCell(String)

NSImageCell()

[Foundation.Export("init")]
public NSImageCell ();
Attributes

Applies to

NSImageCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSImageCell (AppKit.NSImage image);
new AppKit.NSImageCell : AppKit.NSImage -> AppKit.NSImageCell

Parameters

image
NSImage
Attributes

Applies to

NSImageCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSImageCell (Foundation.NSCoder coder);
new AppKit.NSImageCell : Foundation.NSCoder -> AppKit.NSImageCell

Parameters

coder
NSCoder
Attributes

Applies to

NSImageCell(NSObjectFlag)

protected NSImageCell (Foundation.NSObjectFlag t);
new AppKit.NSImageCell : Foundation.NSObjectFlag -> AppKit.NSImageCell

Parameters

Applies to

NSImageCell(IntPtr)

protected internal NSImageCell (IntPtr handle);
new AppKit.NSImageCell : nativeint -> AppKit.NSImageCell

Parameters

handle
IntPtr

nativeint

Applies to

NSImageCell(String)

[Foundation.Export("initTextCell:")]
public NSImageCell (string aString);
new AppKit.NSImageCell : string -> AppKit.NSImageCell

Parameters

aString
String
Attributes

Applies to