C# 클래스 Utilities.Wpf.WpfInputSource

Provides mouse input from UIElement.
상속: InputSource
파일 보기 프로젝트 열기: Core2D/Core2D

공개 메소드들

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