次の方法で共有


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

適用対象