次の方法で共有


NSImageView コンストラクター

定義

オーバーロード

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

NSImageView()

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

適用対象

NSImageView(CGRect)

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

パラメーター

frameRect
CGRect
属性

適用対象

NSImageView(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSImageView(NSObjectFlag)

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

パラメーター

適用対象

NSImageView(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象