C# Class FirstFloor.ModernUI.Windows.DragAdorner

Inheritance: System.Windows.Documents.Adorner
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
DragAdorner ( UIElement adornedElement, Size size, System.Windows.Media.Brush brush ) : System.Windows
GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform
SetOffsets ( double left, double top ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

Private Methods

Méthode Description
UpdateLocation ( ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

DragAdorner() public méthode

public DragAdorner ( UIElement adornedElement, Size size, System.Windows.Media.Brush brush ) : System.Windows
adornedElement System.Windows.UIElement
size System.Windows.Size
brush System.Windows.Media.Brush
Résultat System.Windows

GetDesiredTransform() public méthode

public GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform
transform System.Windows.Media.GeneralTransform
Résultat System.Windows.Media.GeneralTransform

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

SetOffsets() public méthode

public SetOffsets ( double left, double top ) : void
left double
top double
Résultat void