NSImageDelegate Constructors

Definition

Overloads

NSImageDelegate()
NSImageDelegate(NSObjectFlag)
NSImageDelegate(IntPtr)

NSImageDelegate()

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

Applies to

NSImageDelegate(NSObjectFlag)

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

Parameters

Applies to

NSImageDelegate(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to