C# Class LunarEclipse.Model.AbstractLineDescriptor

Inheritance: StandardDescriptor
Show file Open project: mono/lunareclipse

Public Methods

Method Description
AbstractLineDescriptor ( UIElement element ) : System.Windows
AbstractLineDescriptor ( UIElement element, UndoGroup group ) : System.Windows
SetBounds ( double left, double top, double width, double height ) : void

Method Details

AbstractLineDescriptor() public method

public AbstractLineDescriptor ( UIElement element ) : System.Windows
element System.Windows.UIElement
return System.Windows

AbstractLineDescriptor() public method

public AbstractLineDescriptor ( UIElement element, UndoGroup group ) : System.Windows
element System.Windows.UIElement
group UndoGroup
return System.Windows

SetBounds() public method

public SetBounds ( double left, double top, double width, double height ) : void
left double
top double
width double
height double
return void