C# Класс Open.Core.MouseExtensions

Показать файл Открыть проект

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

Метод Описание
IsMouseWithin ( this e, FrameworkElement element ) : bool

Determines whether the mouse is currently within the bounds of the given element.

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

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

Determines whether the mouse is currently within the bounds of the given element.
public static IsMouseWithin ( this e, FrameworkElement element ) : bool
e this The event args returned from a mouse event (eg. MouseLeftButtonUp)
element System.Windows.FrameworkElement The element to examine.
Результат bool