C# Class 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.
Inheritance: BoundingRectangleElementHighLighter
Afficher le fichier Open project: TestStack/UIAVerify

Méthodes publiques

Méthode Description
RaysAndBoundingRectangleElementHighlighter ( AutomationElementTreeControl treeControl ) : System

Méthodes protégées

Méthode Description
OnDispose ( ) : void
SetVisibility ( bool show ) : void

Method Details

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

RaysAndBoundingRectangleElementHighlighter() public méthode

public RaysAndBoundingRectangleElementHighlighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
Résultat System

SetVisibility() protected méthode

protected SetVisibility ( bool show ) : void
show bool
Résultat void