NSTextView 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
NSTextView() | |
NSTextView(CGRect) | |
NSTextView(NSCoder) | |
NSTextView(NSObjectFlag) | |
NSTextView(IntPtr) | |
NSTextView(CGRect, NSTextContainer) |
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
- 특성