Copy the drawable area to a window.
Destination to copy to.
Left edge of area to copy
Top of area to copy
Width of area to copy
Height of area to copy
drw.map(win, 10, 10, 100, 100);
See Implementation
Copy the drawable area to a window.