다음을 통해 공유


NSImageCell 생성자

정의

오버로드

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

NSImageCell()

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

적용 대상

NSImageCell(NSImage)

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

매개 변수

image
NSImage
특성

적용 대상

NSImageCell(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSImageCell(NSObjectFlag)

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

매개 변수

적용 대상

NSImageCell(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

NSImageCell(String)

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

매개 변수

aString
String
특성

적용 대상