Table of Contents

Interface ILocationInfoProvider

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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

Point

Location

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

Point Location { get; }

Property Value

Point

Size

This object's size in pixels.

Size Size { get; }

Property Value

Size