C# Class ColorBox.AlphaSelector

Inheritance: BaseSelector
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Свойство Type Description
AlphaOffsetProperty System.Windows.DependencyProperty
AlphaProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
AlphaChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
AlphaCoerce ( DependencyObject d, object brightness ) : object

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnRender ( System.Windows.Media.DrawingContext dc ) : void

Private Methods

Méthode Description
SetAlphaOffset ( ) : void
SetColor ( ) : void

Method Details

AlphaChanged() public static méthode

public static AlphaChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

AlphaCoerce() public static méthode

public static AlphaCoerce ( DependencyObject d, object brightness ) : object
d System.Windows.DependencyObject
brightness object
Résultat object

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

OnMouseDown() protected méthode

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

OnMouseMove() protected méthode

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseUp() protected méthode

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

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
Résultat void

Property Details

AlphaOffsetProperty public_oe static_oe property

public static DependencyProperty,System.Windows AlphaOffsetProperty
Résultat System.Windows.DependencyProperty

AlphaProperty public_oe static_oe property

public static DependencyProperty,System.Windows AlphaProperty
Résultat System.Windows.DependencyProperty