SetScrollToRegion method
Use this method to set whether or not Eyes scrolls a region into view before capturing the checkpoint.
Syntax
eyes.SetScrollToRegion(shouldScroll);
Parameters
- shouldScroll
- Type:bool
- If set to true, then before a region is matched, Eyes will automatically scroll to the region. If set to false, then Eyes will not scroll.
Return value
- Type: void