C# 클래스 winmaped2.ColorDisplay

상속: System.Windows.Forms.RadioButton
파일 보기 프로젝트 열기: Bananattack/verge3 1 사용 예제들

공개 메소드들

메소드 설명
ColorDisplay ( ) : System
SetController ( ColorPicker cp ) : void

보호된 메소드들

메소드 설명
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
ColorChanged ( ) : void

메소드 상세

ColorDisplay() 공개 메소드

public ColorDisplay ( ) : System
리턴 System

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

SetController() 공개 메소드

public SetController ( ColorPicker cp ) : void
cp ColorPicker
리턴 void