C# Class Illusion.Mouse

A mouse helper utility.
Mostra file Open project: kasicass/kasicass

Public Methods

Method Description
Initialize ( UIElement element ) : void

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

Method Details

Initialize() public static method

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.
return void