C# 클래스 Longkong.ColorPicker.Controls.ColorFieldPanel

Responsible for managing all functionality related to the color field.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

공개 메소드들

메소드 설명
ColorFieldPanel ( ) : System
UpdateColor ( ColorSpace colorSpace, char component, Color color, bool resetPreviouslyPickedPoint ) : void
UpdateColor ( ColorSpace colorSpace, char component, int selectedComponentValue, bool resetPreviouslyPickedPoint ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
CalculateSelectedColor ( Point p ) : Color
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InvalidateNewAndOldRegions ( Point oldPoint, Point newPoint ) : void
UpdateColor ( ColorSpace colorSpace, char component, bool resetPreviouslyPickedPoint ) : void
UpdateCurrentColorBitmap ( bool resetPreviouslyPickedPoint ) : void
cursorTimer_Tick ( object sender, System e ) : void

메소드 상세

ColorFieldPanel() 공개 메소드

public ColorFieldPanel ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

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

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseMove() 보호된 메소드

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

OnMouseUp() 보호된 메소드

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

OnPaint() 보호된 메소드

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

UpdateColor() 공개 메소드

public UpdateColor ( ColorSpace colorSpace, char component, Color color, bool resetPreviouslyPickedPoint ) : void
colorSpace ColorSpace
component char
color Color
resetPreviouslyPickedPoint bool
리턴 void

UpdateColor() 공개 메소드

public UpdateColor ( ColorSpace colorSpace, char component, int selectedComponentValue, bool resetPreviouslyPickedPoint ) : void
colorSpace ColorSpace
component char
selectedComponentValue int
resetPreviouslyPickedPoint bool
리턴 void