다음을 통해 공유


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

적용 대상