다음을 통해 공유


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

적용 대상