C# 클래스 Cocoa.ColorWell

상속: Control
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 메소드들

메소드 설명
Activate ( bool aExclusive ) : void
ColorWell ( ) : System
ColorWell ( IntPtr native_object ) : System
ColorWell ( Rect frame ) : System
DragColor ( Color aColor, Event aEvent, View aView ) : bool

메소드 상세

Activate() 공개 메소드

public Activate ( bool aExclusive ) : void
aExclusive bool
리턴 void

ColorWell() 공개 메소드

public ColorWell ( ) : System
리턴 System

ColorWell() 공개 메소드

public ColorWell ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

ColorWell() 공개 메소드

public ColorWell ( Rect frame ) : System
frame Rect
리턴 System

DragColor() 공개 메소드

public DragColor ( Color aColor, Event aEvent, View aView ) : bool
aColor Color
aEvent Event
aView View
리턴 bool