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

适用于