C# Class LunarEclipse.Model.AbstractLineDescriptor

Inheritance: StandardDescriptor
Afficher le fichier Open project: mono/lunareclipse

Méthodes publiques

Méthode 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 méthode

public AbstractLineDescriptor ( UIElement element ) : System.Windows
element System.Windows.UIElement
Résultat System.Windows

AbstractLineDescriptor() public méthode

public AbstractLineDescriptor ( UIElement element, UndoGroup group ) : System.Windows
element System.Windows.UIElement
group UndoGroup
Résultat System.Windows

SetBounds() public méthode

public SetBounds ( double left, double top, double width, double height ) : void
left double
top double
width double
height double
Résultat void