C# Class CommonTools.ColorPickerCtrl

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method Description
ColorPickerCtrl ( ) : System
OnColorSamplePaint ( object sender, PaintEventArgs e ) : void
OnColorTableSelectionChanged ( object sender, EventArgs e ) : void
OnColorWheelSelectionChanged ( object sender, EventArgs e ) : void
OnEyeDropperSelectionChanged ( object sender, EventArgs e ) : void
OnOpacityValueChanged ( object sender, EventArgs e ) : void
UpdateInfo ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

ColorPickerCtrl() public method

public ColorPickerCtrl ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnColorSamplePaint() public method

public OnColorSamplePaint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
return void

OnColorTableSelectionChanged() public method

public OnColorTableSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnColorWheelSelectionChanged() public method

public OnColorWheelSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnEyeDropperSelectionChanged() public method

public OnEyeDropperSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnOpacityValueChanged() public method

public OnOpacityValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UpdateInfo() public method

public UpdateInfo ( ) : void
return void