C# Класс Utilities.Wpf.WpfInputSource

Provides mouse input from UIElement.
Наследование: InputSource
Показать файл Открыть проект

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

Метод Описание
WpfInputSource ( UIElement source, UIElement relative, Point>.Func translate ) : System

Initializes a new instance of the WpfInputSource class.

Приватные методы

Метод Описание
GetObservable ( UIElement target, string eventName, UIElement relative, Point>.Func translate ) : IObservable
ToVector2 ( Point point ) : System.Vector2

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

WpfInputSource() публичный Метод

Initializes a new instance of the WpfInputSource class.
public WpfInputSource ( UIElement source, UIElement relative, Point>.Func translate ) : System
source System.Windows.UIElement The source element.
relative System.Windows.UIElement The relative element.
translate Point>.Func The translate function.
Результат System