C# 클래스 winmaped2.ColorDisplaySolid

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

공개 메소드들

메소드 설명
ColorDisplaySolid ( ) : System
SetController ( ColorInfo ci ) : void
repaint ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ColorChanged ( ) : void
paint ( Graphics g ) : void

메소드 상세

ColorDisplaySolid() 공개 메소드

public ColorDisplaySolid ( ) : System
리턴 System

OnPaint() 보호된 메소드

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

SetController() 공개 메소드

public SetController ( ColorInfo ci ) : void
ci ColorInfo
리턴 void

repaint() 공개 메소드

public repaint ( ) : void
리턴 void