gdkRegionSpansIntersectForeach: gdkRegionSpansIntersectForeach
Description
Calls a function on each span in the intersection of region
and
spans
.Usage
gdkRegionSpansIntersectForeach(object, spans, sorted, fun, data)
Arguments
sorted
[logical] TRUE
if spans
is sorted wrt. the y coordinate.
data
[R object] data to pass to function
.