Version

QTPRectRegion Enumeration

Syntax
'Declaration
 
Public Enum QTPRectRegion 
   Inherits System.Enum
public enum QTPRectRegion : System.Enum 
Members
MemberDescription
micAtUsed in conjunction with two numbers to represent a specific pixel point relative to the upper left corner.
micBottomCenterThe center of the bottom edge
micBottomLeftThe bottom left most corner
micBottomRightThe bottom right most corner
micMidCenterThe absolute center
micMidLeftThe center of the left edge
micMidRightThe center of the right edge
micTopCenterThe center of the top edge
micTopLeftThe upper left most corner
micTopRightThe upper right most corner
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also