C# Class Glass.Basics.Extensions.UIElementExtensions

Afficher le fichier Open project: SuperJMN/Glass

Méthodes publiques

Méthode Description
GetChildrenInsideBounds ( this panel, Rect boundsRelativeToParent ) : IEnumerable
GetChildrenUnderPosition ( this panel, Point pointRelativeToParent ) : IEnumerable
MoveRelative ( this uiElement, System.Windows.Vector deltaPoint ) : void

Method Details

GetChildrenInsideBounds() public static méthode

public static GetChildrenInsideBounds ( this panel, Rect boundsRelativeToParent ) : IEnumerable
panel this
boundsRelativeToParent System.Windows.Rect
Résultat IEnumerable

GetChildrenUnderPosition() public static méthode

public static GetChildrenUnderPosition ( this panel, Point pointRelativeToParent ) : IEnumerable
panel this
pointRelativeToParent System.Windows.Point
Résultat IEnumerable

MoveRelative() public static méthode

public static MoveRelative ( this uiElement, System.Windows.Vector deltaPoint ) : void
uiElement this
deltaPoint System.Windows.Vector
Résultat void