FrameworkElementGetScreenRectangle Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Return the actual coordinates of this element in absolute screen coordinates taking into account the location of the overall plug-in on the page.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public Rectangle GetScreenRectangle()

Return Value

Type: Rectangle
Screen coordinates of this element
Remarks

This will take into consideration any Transforms done on the element.
See Also

Reference