DirtyRectList.pullAllRectangles

struct DirtyRectList
nothrow @nogc nothrow @nogc
void
pullAllRectangles
(
ref Vec!box2i result
)

Return Value

Type: void

Array of rectangles in the list, remove them from the list. Needed to avoid races in repainting.

Meta