NSImageRep Constructors

Definition

Overloads

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

NSImageRep()

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

Applies to

NSImageRep(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSImageRep(NSObjectFlag)

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

Parameters

Applies to

NSImageRep(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to