Поделиться через


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
Атрибуты

Применяется к