C# 클래스 Illusion.Mouse

A mouse helper utility.
파일 보기 프로젝트 열기: kasicass/kasicass

공개 메소드들

메소드 설명
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