Version

IGRectRegion Enumeration

Used to represent a region of a rectangle for mouse interaction.
Syntax
'Declaration
 
Public Enum IGRectRegion 
   Inherits System.Enum
public enum IGRectRegion : System.Enum 
__value public enum IGRectRegion : public System.Enum 
Members
MemberDescription
igAtUsed in conjunction with two numbers to represent a specific pixel point relative to the upper left corner.
igBottomCenterThe center of the bottom edge
igBottomLeftThe bottom left most corner
igBottomRightThe bottom right most corner
igMidCenterThe absolute center
igMidLeftThe center of the left edge
igMidRightThe center of the right edge
igPercentUsed in conjunction with two numbers to represent an x,y proportional location relative to the upper left corner. Note: The two numbers used with this parameter each have a range of 0.0 - 1.0.
igTopCenterThe center of the top edge
igTopLeftThe upper left most corner
igTopRightThe 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