NSImageView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSImageView() | |
NSImageView(CGRect) | |
NSImageView(NSCoder) | |
NSImageView(NSObjectFlag) | |
NSImageView(IntPtr) |
NSImageView()
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