C# Class LunarEclipse.Model.RelativeLocator

Inheritance: AbstractLocator
ファイルを表示 Open project: mono/lunareclipse

Public Methods

Method Description
Locate ( ) : Point
RelativeLocator ( UIElement element, double dx, double dy ) : System.Windows

Method Details

Locate() public method

public Locate ( ) : Point
return System.Windows.Point

RelativeLocator() public method

public RelativeLocator ( UIElement element, double dx, double dy ) : System.Windows
element System.Windows.UIElement
dx double
dy double
return System.Windows