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
Datei anzeigen Open project: TestStack/UIAVerify

Public Methods

Method Description
RaysAndBoundingRectangleElementHighlighter ( AutomationElementTreeControl treeControl ) : System

Protected Methods

Method Description
OnDispose ( ) : void
SetVisibility ( bool show ) : void

Method Details

OnDispose() protected method

protected OnDispose ( ) : void
return void

RaysAndBoundingRectangleElementHighlighter() public method

public RaysAndBoundingRectangleElementHighlighter ( AutomationElementTreeControl treeControl ) : System
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
return System

SetVisibility() protected method

protected SetVisibility ( bool show ) : void
show bool
return void