Freigeben über


NSTextView Konstruktoren

Definition

Überlädt

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

NSTextView()

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

Gilt für:

NSTextView(CGRect)

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

Parameter

frameRect
CGRect
Attribute

Gilt für:

NSTextView(NSCoder)

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

Parameter

coder
NSCoder
Attribute

Gilt für:

NSTextView(NSObjectFlag)

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

Parameter

Gilt für:

NSTextView(IntPtr)

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

Parameter

handle
IntPtr

nativeint

Gilt für:

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

Parameter

frameRect
CGRect
container
NSTextContainer
Attribute

Gilt für: