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
Показать файл Открыть проект

Открытые методы

Метод Описание
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