UFT One Extensibility Agent library 1.3
IRectangleSupplier Interface
Description
Services to enable UFT One to draw a highlighted rectangle around objects.
Object Model
IRectangleSupplier InterfacetagRECT UDT
Remarks
If you implement IRectangleSupplier, UFT One infers the values of the abs_x, abs_y, width, and height properties from the values returned from the GetRectangle function and it does not pass these properties to the GetProperties call.
Public Methods
Public Method GetRectangleReturns the corners of the rectangle enclosing the specified object.
See Also