C# Class Mckineap.DataContext.ViewPortModelGetter

Class between Mouse actions and 3D Model
Afficher le fichier Open project: loic-lavergne/mckineap Class Usage Examples

Méthodes publiques

Méthode Description
MouseClic ( System.Windows.Input.MouseEventArgs e ) : void

Action to make when you clic on an object

MouseMove ( ) : void

Action to make when the mouse move

Private Methods

Méthode Description
GetJoint ( Point mousePosition ) : void

Get a joint from a mouse Position

HTResult ( System.Windows.Media.HitTestResult rawresult ) : HitTestResultBehavior

Hit test Result

Method Details

MouseClic() public méthode

Action to make when you clic on an object
public MouseClic ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs Mouse Event
Résultat void

MouseMove() public méthode

Action to make when the mouse move
public MouseMove ( ) : void
Résultat void