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