Drw.map

Copy the drawable area to a window.

struct Drw
void
map
(
Window win
,
int x
,
int y
,
uint w
,
uint h
)

Parameters

win Window

Destination to copy to.

x int

Left edge of area to copy

y int

Top of area to copy

w uint

Width of area to copy

h uint

Height of area to copy

Examples

drw.map(win, 10, 10, 100, 100);

Meta