Hi, is there a way to take a screenshot of the active window using mono under Linux ?
Thanks in advance
Mike
Hi, is there a way to take a screenshot of the active window using mono under Linux ?
Thanks in advance
Mike
Graphics.CopyFromScreen(...)
and clip only the active window using it's size and position?