[Mono-dev] Screen Capture with Mono

Paolo Molaro lupus at ximian.com
Wed Feb 22 10:01:45 EST 2006


On 02/20/06 Evan Hazlett wrote:
> im looking for a way to perform a screen capture with Mono in Linux...
> 
> i know in Win32, you can use dllimport, but Im not sure what to use with
> Linux...
[...]
> btw...  i did do a quick google search.. ;)

Must use a different google than the rest of us;)

Execute:
	xwd -root -out file.x
and the convert the file (You need the imagemagick utils installed
or some other image conversion tool):
	convert file.x file.png

Make sure you remove the file.x file.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list