NSImageView Constructors

Definition

Overloads

NSImageView()
NSImageView(CGRect)
NSImageView(NSCoder)
NSImageView(NSObjectFlag)
NSImageView(IntPtr)

NSImageView()

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

Applies to

NSImageView(CGRect)

[Foundation.Export("initWithFrame:")]
public NSImageView (CoreGraphics.CGRect frameRect);
new AppKit.NSImageView : CoreGraphics.CGRect -> AppKit.NSImageView

Parameters

frameRect
CGRect
Attributes

Applies to

NSImageView(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSImageView(NSObjectFlag)

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

Parameters

Applies to

NSImageView(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to