다음을 통해 공유


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
특성

적용 대상