'Declaration Public Enum IGRectRegion Inherits System.Enum
public enum IGRectRegion : System.Enum
__value public enum IGRectRegion : public System.Enum
Member | Description |
---|---|
igAt | Used in conjunction with two numbers to represent a specific pixel point relative to the upper left corner. |
igBottomCenter | The center of the bottom edge |
igBottomLeft | The bottom left most corner |
igBottomRight | The bottom right most corner |
igMidCenter | The absolute center |
igMidLeft | The center of the left edge |
igMidRight | The center of the right edge |
igPercent | Used 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. |
igTopCenter | The center of the top edge |
igTopLeft | The upper left most corner |
igTopRight | The upper right most corner |
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