C# Класс Glass.Basics.Extensions.UIElementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetChildrenInsideBounds ( this panel, Rect boundsRelativeToParent ) : IEnumerable
GetChildrenUnderPosition ( this panel, Point pointRelativeToParent ) : IEnumerable
MoveRelative ( this uiElement, System.Windows.Vector deltaPoint ) : void

Описание методов

GetChildrenInsideBounds() публичный статический Метод

public static GetChildrenInsideBounds ( this panel, Rect boundsRelativeToParent ) : IEnumerable
panel this
boundsRelativeToParent System.Windows.Rect
Результат IEnumerable

GetChildrenUnderPosition() публичный статический Метод

public static GetChildrenUnderPosition ( this panel, Point pointRelativeToParent ) : IEnumerable
panel this
pointRelativeToParent System.Windows.Point
Результат IEnumerable

MoveRelative() публичный статический Метод

public static MoveRelative ( this uiElement, System.Windows.Vector deltaPoint ) : void
uiElement this
deltaPoint System.Windows.Vector
Результат void