C# 클래스 Glass.Basics.Extensions.UIElementExtensions

파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
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