다음을 통해 공유


NSText 생성자

정의

오버로드

NSText()
NSText(CGRect)
NSText(NSCoder)
NSText(NSObjectFlag)
NSText(IntPtr)

NSText()

[Foundation.Export("init")]
public NSText ();
특성

적용 대상

NSText(CGRect)

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

매개 변수

frameRect
CGRect
특성

적용 대상

NSText(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSText(NSObjectFlag)

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

매개 변수

적용 대상

NSText(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상