C# Class Mojo.Wpf.View.ViewerContext

Interaction logic for ViewerContext.xaml
Afficher le fichier Open project: Rhoana/Mojo

Méthodes publiques

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

Méthodes publiques

Méthode Description
OnManipulationDelta ( object sender, System e ) : void
OnManipulationInertiaStarting ( object sender, System e ) : void
OnManipulationStarting ( object sender, System e ) : void
OnMouseClick ( System e, int width, int height ) : void
OnMouseDoubleClick ( System e, int width, int height ) : void
OnMouseDown ( System e, int width, int height ) : void
OnMouseMove ( System e, int width, int height ) : void
OnMouseUp ( System e, int width, int height ) : void
OnMouseWheel ( System e, int width, int height ) : void
ViewerContext ( ) : System.Windows

Méthodes protégées

Méthode Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Méthode Description
AquireKeyboardFocusAndLogicalFocus ( ) : void
LoadedHandler ( object sender, RoutedEventArgs e ) : void
SetSize ( Size oldSize, Size newSize ) : void
SizeChangedHandler ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UnloadedHandler ( object sender, RoutedEventArgs e ) : void

Method Details

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnManipulationDelta() public méthode

public OnManipulationDelta ( object sender, System e ) : void
sender object
e System
Résultat void

OnManipulationInertiaStarting() public méthode

public OnManipulationInertiaStarting ( object sender, System e ) : void
sender object
e System
Résultat void

OnManipulationStarting() public méthode

public OnManipulationStarting ( object sender, System e ) : void
sender object
e System
Résultat void

OnMouseClick() public méthode

public OnMouseClick ( System e, int width, int height ) : void
e System
width int
height int
Résultat void

OnMouseDoubleClick() public méthode

public OnMouseDoubleClick ( System e, int width, int height ) : void
e System
width int
height int
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( System e, int width, int height ) : void
e System
width int
height int
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( System e, int width, int height ) : void
e System
width int
height int
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( System e, int width, int height ) : void
e System
width int
height int
Résultat void

OnMouseWheel() public méthode

public OnMouseWheel ( System e, int width, int height ) : void
e System
width int
height int
Résultat void

ViewerContext() public méthode

public ViewerContext ( ) : System.Windows
Résultat System.Windows

Property Details

ViewerProperty public_oe static_oe property

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