C# Class FirstFloor.ModernUI.Dialogs.ScreenColorPickerDialog

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
GetPixelColor ( int x, int y ) : Color
Pick ( ) : Color?
ScreenColorPickerDialog ( ) : System

Private Methods

Méthode Description
CopyScreen ( ) : System.Windows.Media.Imaging.BitmapSource
OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnMouseLeave ( object sender, MouseEventArgs e ) : void
OnMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( object sender, MouseEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetPixelColor() public méthode

public GetPixelColor ( int x, int y ) : Color
x int
y int
Résultat System.Windows.Media.Color

Pick() public static méthode

public static Pick ( ) : Color?
Résultat Color?

ScreenColorPickerDialog() public méthode

public ScreenColorPickerDialog ( ) : System
Résultat System