Method |
Description |
|
ColorDialog_Load ( object sender, EventArgs e ) : void |
|
|
DrawFullColorPalette ( Graphics graphics ) : void |
|
|
DrawNineBox ( Graphics graphics, int x, int y, int colorIndex ) : void |
|
|
GetColorClick ( int pX, int pY ) : int? |
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
IsInNineBox ( int x, int y, int pX, int pY ) : int? |
|
|
IsInRectangle ( Rectangle rect, int pX, int pY ) : bool |
|
|
OnColorPaletteChanged ( ) : void |
|
|
UpdateLabels ( ) : void |
|
|
cancelButton_Click ( object sender, EventArgs e ) : void |
|
|
colorPanel_MouseClick ( object sender, MouseEventArgs e ) : void |
|
|
colorPanel_Paint ( object sender, PaintEventArgs e ) : void |
|
|
okButton_Click ( object sender, EventArgs e ) : void |
|
|