共用方式為


NSImageRep 建構函式

定義

多載

NSImageRep()
NSImageRep(NSCoder)
NSImageRep(NSObjectFlag)
NSImageRep(IntPtr)

NSImageRep()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSImageRep ();
屬性

適用於

NSImageRep(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSImageRep(NSObjectFlag)

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

參數

適用於

NSImageRep(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於