ILocationInfoProvider Interface
Indicates that a test object supports accessing properties of its location on the screen.

C# Syntax

public interface ILocationInfoProvider 
Public Properties
 NameDescription
PropertyAbsoluteLocationThis object's coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor.  
PropertyLocationThis object's coordinates relative to the parent window in pixels.  
PropertySizeThis object's size in pixels.  
Top