Allows you to take a screenshot of a specific area of the screen.
Example
Running this code will capture the screen starting from the coordinates (0, 0) with the following size:
- Width: 100
- Height: 100
Saving it to "E:\Saved Folder\Sample.jpg".
plugin command("Desktop Automation.dll", "capture screen specific area", 0, 0, 100, 100, "E:\\Saved Folder\\Sample.jpg", "False")