Table of Contents

Interface ILocationInfoProvider

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

Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
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.

Declaration
Point AbsoluteLocation { get; }
Property Value
Type Description
Point

Location

This object's coordinates relative to the parent window in pixels.

Declaration
Point Location { get; }
Property Value
Type Description
Point

Size

This object's size in pixels.

Declaration
Size Size { get; }
Property Value
Type Description
Size