C# 클래스 VisualUIAVerify.Features.RaysAndBoundingRectangleElementHighlighter

this class is implementation of highlighter. It will draw a bounding rectangle around the control of selected automation element and rays from the corners of the screen to the corners of the rectangle.
상속: BoundingRectangleElementHighLighter
파일 보기 프로젝트 열기: TestStack/UIAVerify

공개 메소드들

메소드 설명
RaysAndBoundingRectangleElementHighlighter ( AutomationElementTreeControl treeControl ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void
SetVisibility ( bool show ) : void

메소드 상세

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

RaysAndBoundingRectangleElementHighlighter() 공개 메소드

public RaysAndBoundingRectangleElementHighlighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
리턴 System

SetVisibility() 보호된 메소드

protected SetVisibility ( bool show ) : void
show bool
리턴 void