Coords arguments for SaveSnapshot

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

Coords arguments for SaveSnapshot

Post by r-tea »

Would it be hard to implement four coordinates to grab specified area of a screen?
For example:

Code: Select all

SaveSnapshot("file.png", #SNAPDESKTOP, IMGFMT_PNG, 0, 0, 80, 50)
where 0, 0 are coordinates, and 80, 50 are width and height.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Coords arguments for SaveSnapshot

Post by airsoftsoftwair »

Use GrabDesktop() to grab a part of the screen.
Post Reply