A ScreenActionProvider should provide access to a system's main screen
ScreenProviderInterface
grabScreen should return an Image object containing a screenshot data of a systems main screen as well as its dimensions
The Image object holding screenshot data
Returns the same result as grabScreen, but limited to a specified region
The Region to take the screenshot of
Highlights a screen Region for a given duration by overlaying it with an opaque window
The Region to highlight
The highlight duration
Overlay opacity
screenHeight returns a systems main screen height
The screen height
screenSize returns a Region object the size of a systems main screen
The Region object representing the screen dimensions
screenWidth returns a systems main screen width
The screen width
Generated using TypeDoc
A ScreenActionProvider should provide access to a system's main screen
ScreenProviderInterface