C# Класс Illusion.Mouse

A mouse helper utility.
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( UIElement element ) : void

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

Описание методов

Initialize() публичный статический Метод

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.
Результат void