Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: WriteInputChapter 19
Win32 Modules and Extensions
Next: 19.2 Win32::Console
 

WriteRect

$cons->WriteRect(rect, left, top, right, bottom)

Writes a rectangle of characters and attributes (contained in rect) on the console at the coordinates specified by left, top, right, bottom. rect can be the result of a ReadRect function. Returns undef on error; otherwise, a four-element list containing the coordinates of the affected rectangle, in the format (left, top, right, bottom).


Previous: Reference: WriteInputPerl in a NutshellNext: 19.2 Win32::Console
Reference: WriteInputBook Index19.2 Win32::Console