NSText Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSText() | |
NSText(CGRect) | |
NSText(NSCoder) | |
NSText(NSObjectFlag) | |
NSText(IntPtr) |
NSText()
NSText(CGRect)
[Foundation.Export("initWithFrame:")]
[ObjCRuntime.DesignatedInitializer]
public NSText (CoreGraphics.CGRect frameRect);
new AppKit.NSText : CoreGraphics.CGRect -> AppKit.NSText
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSText(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSText (Foundation.NSCoder coder);
new AppKit.NSText : Foundation.NSCoder -> AppKit.NSText
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSText(NSObjectFlag)
protected NSText (Foundation.NSObjectFlag t);
new AppKit.NSText : Foundation.NSObjectFlag -> AppKit.NSText
Parameters
Applies to
NSText(IntPtr)
protected internal NSText (IntPtr handle);
new AppKit.NSText : nativeint -> AppKit.NSText
Parameters
- handle
-
IntPtr
nativeint