共用方式為


NSColorPanel 建構函式

定義

多載

NSColorPanel()
NSColorPanel(NSCoder)
NSColorPanel(NSObjectFlag)
NSColorPanel(IntPtr)

NSColorPanel()

[Foundation.Export("init")]
public NSColorPanel ();
屬性

適用於

NSColorPanel(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSColorPanel(NSObjectFlag)

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

參數

適用於

NSColorPanel(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於