다음을 통해 공유


NSFontPanel 생성자

정의

오버로드

NSFontPanel()
NSFontPanel(NSCoder)
NSFontPanel(NSObjectFlag)
NSFontPanel(IntPtr)

NSFontPanel()

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

적용 대상

NSFontPanel(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSFontPanel(NSObjectFlag)

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

매개 변수

적용 대상

NSFontPanel(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상