NSTextBlock 构造函数

定义

重载

NSTextBlock()
NSTextBlock(NSCoder)
NSTextBlock(NSObjectFlag)
NSTextBlock(IntPtr)

NSTextBlock()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTextBlock ();
属性

适用于

NSTextBlock(NSCoder)

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

参数

coder
NSCoder
属性

适用于

NSTextBlock(NSObjectFlag)

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

参数

适用于

NSTextBlock(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于