NAME Win32::Capture - Capture screen and manipulate it with Win32::GUI::DIBitmap instance. SYNOPSIS use Win32::Capture; $image = CaptureScreen(); # Capture whole screen. $image->SaveToFile('screenshot.png'); # or $image = CaptureRect($x, $y, $width, $height); # Capture a portion of window. $image->SaveToFile('screenshot.png'); # or @hwnds = FindWindowLike('CPAN'); # Invoke helper function to get H
{{#tags}}- {{label}}
{{/tags}}