다음을 통해 공유


NSView 생성자

정의

오버로드

NSView()
NSView(CGRect)
NSView(NSCoder)
NSView(NSObjectFlag)
NSView(IntPtr)

NSView()

[Foundation.Export("init")]
public NSView ();
특성

적용 대상

NSView(CGRect)

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

매개 변수

frameRect
CGRect
특성

적용 대상

NSView(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSView(NSObjectFlag)

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

매개 변수

적용 대상

NSView(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상