Property | Type | Description | |
---|---|---|---|
CopyCommand | System.Windows.Input.RoutedCommand | ||
SetBasePointCommand | System.Windows.Input.RoutedCommand |
Method | Description | |
---|---|---|
Magnifier ( IScreenServiceHost host ) : System |
Method | Description | |
---|---|---|
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void |
Method | Description | |
---|---|---|
CloseMagnifier ( object sender, |
||
CopyCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleTick ( object sender, |
||
SetBasePointExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
public Magnifier ( IScreenServiceHost host ) : System | ||
host | IScreenServiceHost | |
return | System |
protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void | ||
e | System.Windows.Input.MouseWheelEventArgs | |
return | void |
public static RoutedCommand,System.Windows.Input CopyCommand | ||
return | System.Windows.Input.RoutedCommand |