C# Class Gemini.Modules.Inspector.Controls.ScreenColorPicker

Inheritance: System.Windows.Controls.Control
Mostra file Open project: tgjones/gemini

Protected Methods

Method Description
OnLostMouseCapture ( MouseEventArgs e ) : void
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
GetEventArgs ( ) : ColorEventArgs
OnTimerTick ( object sender, EventArgs e ) : void
RaiseColorHovered ( ColorEventArgs e ) : void
RaiseColorPicked ( ColorEventArgs e ) : void
RaisePickingCancelled ( EventArgs e ) : void
RaisePickingStarted ( EventArgs e ) : void
ScreenColorPicker ( ) : System

Method Details

OnLostMouseCapture() protected method

protected OnLostMouseCapture ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void