C# Class Illusion.Mouse

A mouse helper utility.
Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Méthode Description
Initialize ( UIElement element ) : void

Initializes the mouse helper with the UIElement to use in mouse tracking.

Method Details

Initialize() public static méthode

Initializes the mouse helper with the UIElement to use in mouse tracking.
public static Initialize ( UIElement element ) : void
element System.Windows.UIElement The UIElement to use for mouse tracking.
Résultat void