C# Class Glass.Basics.Extensions.UIElementExtensions

ファイルを表示 Open project: SuperJMN/Glass

Public Methods

Method 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 method

public static GetChildrenInsideBounds ( this panel, Rect boundsRelativeToParent ) : IEnumerable
panel this
boundsRelativeToParent System.Windows.Rect
return IEnumerable

GetChildrenUnderPosition() public static method

public static GetChildrenUnderPosition ( this panel, Point pointRelativeToParent ) : IEnumerable
panel this
pointRelativeToParent System.Windows.Point
return IEnumerable

MoveRelative() public static method

public static MoveRelative ( this uiElement, System.Windows.Vector deltaPoint ) : void
uiElement this
deltaPoint System.Windows.Vector
return void