C# Class Rooler.Magnifier

Inheritance: Tool
Afficher le fichier Open project: peteblois/rooler Class Usage Examples

Méthodes publiques

Свойство Type Description
CopyCommand System.Windows.Input.RoutedCommand
SetBasePointCommand System.Windows.Input.RoutedCommand

Méthodes publiques

Méthode Description
Magnifier ( IScreenServiceHost host ) : System

Méthodes protégées

Méthode Description
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void

Private Methods

Méthode Description
CloseMagnifier ( object sender, EventArgs e ) : void
CopyCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
HandleTick ( object sender, EventArgs e ) : void
SetBasePointExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Method Details

Magnifier() public méthode

public Magnifier ( IScreenServiceHost host ) : System
host IScreenServiceHost
Résultat System

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseWheel() protected méthode

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
Résultat void

Property Details

CopyCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input CopyCommand
Résultat System.Windows.Input.RoutedCommand

SetBasePointCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input SetBasePointCommand
Résultat System.Windows.Input.RoutedCommand