次の方法で共有


NSTextView コンストラクター

定義

オーバーロード

NSTextView()
NSTextView(CGRect)
NSTextView(NSCoder)
NSTextView(NSObjectFlag)
NSTextView(IntPtr)
NSTextView(CGRect, NSTextContainer)

NSTextView()

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

適用対象

NSTextView(CGRect)

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

パラメーター

frameRect
CGRect
属性

適用対象

NSTextView(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSTextView(NSObjectFlag)

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

パラメーター

適用対象

NSTextView(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSTextView(CGRect, NSTextContainer)

[Foundation.Export("initWithFrame:textContainer:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextView (CoreGraphics.CGRect frameRect, AppKit.NSTextContainer container);
new AppKit.NSTextView : CoreGraphics.CGRect * AppKit.NSTextContainer -> AppKit.NSTextView

パラメーター

frameRect
CGRect
container
NSTextContainer
属性

適用対象