C# Class Rooler.Magnifier

Inheritance: Tool
ファイルを表示 Open project: peteblois/rooler Class Usage Examples

Public Properties

Property Type Description
CopyCommand System.Windows.Input.RoutedCommand
SetBasePointCommand System.Windows.Input.RoutedCommand

Public Methods

Method Description
Magnifier ( IScreenServiceHost host ) : System

Protected Methods

Method Description
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void

Private Methods

Method 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 method

public Magnifier ( IScreenServiceHost host ) : System
host IScreenServiceHost
return System

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
return void

Property Details

CopyCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input CopyCommand
return System.Windows.Input.RoutedCommand

SetBasePointCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input SetBasePointCommand
return System.Windows.Input.RoutedCommand