C# 클래스 UnitTestUtilities.GeneralUtilities

파일 보기 프로젝트 열기: WKlingonsmith/FCS-Project

공개 메소드들

메소드 설명
GetMiddleInScreenCoordinates ( UIElement element ) : Point
GetScreenPos ( UIElement element ) : Rect
WaitUntil ( Func func ) : bool

메소드 상세

GetMiddleInScreenCoordinates() 공개 정적인 메소드

public static GetMiddleInScreenCoordinates ( UIElement element ) : Point
element UIElement
리턴 Point

GetScreenPos() 공개 정적인 메소드

public static GetScreenPos ( UIElement element ) : Rect
element UIElement
리턴 System.Windows.Rect

WaitUntil() 공개 정적인 메소드

public static WaitUntil ( Func func ) : bool
func Func
리턴 bool