Interface ILocationInfoProvider
Indicates that a test object supports accessing properties of its location on the screen.
public interface ILocationInfoProvider
Properties
AbsoluteLocation
This object's coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor.
Point AbsoluteLocation { get; }
Property Value
Location
This object's coordinates relative to the parent window in pixels.
Point Location { get; }
Property Value
Size
This object's size in pixels.
Size Size { get; }