C# Class LunarEclipse.Model.StandardDescriptor

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

Méthodes publiques

Méthode Description
ChangeProperty ( DependencyObject item, DependencyProperty prop, object value ) : void
CreateDescriptor ( UIElement element ) : IDescriptor
CreateDescriptor ( UIElement element, UndoGroup group ) : IDescriptor
CreateHandleGroup ( MoonlightController controller, UIElement element ) : IHandleGroup
GetBounds ( ) : Rect
IsInside ( Rect rect ) : bool
Move ( Point offset ) : void
Move ( double dx, double dy ) : void
SetBounds ( Rect bounds ) : void
SetBounds ( double left, double top, double width, double height ) : void
StandardDescriptor ( UIElement element ) : System
StandardDescriptor ( UIElement element, UndoGroup undoGroup ) : System

Method Details

ChangeProperty() public méthode

public ChangeProperty ( DependencyObject item, DependencyProperty prop, object value ) : void
item System.Windows.DependencyObject
prop System.Windows.DependencyProperty
value object
Résultat void

CreateDescriptor() public static méthode

public static CreateDescriptor ( UIElement element ) : IDescriptor
element UIElement
Résultat IDescriptor

CreateDescriptor() public static méthode

public static CreateDescriptor ( UIElement element, UndoGroup group ) : IDescriptor
element UIElement
group UndoGroup
Résultat IDescriptor

CreateHandleGroup() public static méthode

public static CreateHandleGroup ( MoonlightController controller, UIElement element ) : IHandleGroup
controller LunarEclipse.Controller.MoonlightController
element UIElement
Résultat IHandleGroup

GetBounds() public méthode

public GetBounds ( ) : Rect
Résultat System.Windows.Rect

IsInside() public méthode

public IsInside ( Rect rect ) : bool
rect System.Windows.Rect
Résultat bool

Move() public méthode

public Move ( Point offset ) : void
offset Point
Résultat void

Move() public méthode

public Move ( double dx, double dy ) : void
dx double
dy double
Résultat void

SetBounds() public méthode

public SetBounds ( Rect bounds ) : void
bounds System.Windows.Rect
Résultat void

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

StandardDescriptor() public méthode

public StandardDescriptor ( UIElement element ) : System
element UIElement
Résultat System

StandardDescriptor() public méthode

public StandardDescriptor ( UIElement element, UndoGroup undoGroup ) : System
element UIElement
undoGroup UndoGroup
Résultat System