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

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: tgjones/gemini

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected OnLostMouseCapture ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void