Version

ColorGrabberZoomAreaLocation Enumeration

Enumerates the possible locations of the eye dropper zoomed area
Syntax
'Declaration
 
Public Enum ColorGrabberZoomAreaLocation 
   Inherits System.Enum
public enum ColorGrabberZoomAreaLocation : System.Enum 
Members
MemberDescription
CenteredShows the eye dropper's zoomed area centered around the mouse location
DefaultDefault option. This will resolve up to some other object or ultimately resolve to Centered.
OffsetShows the eye dropper's zoomed area offset from the mouse location
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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