UIElement.getDrawLists

Appends the Elements that should be drawn, in order. You should empty it before calling this function. Everything visible get into the draw list, but that doesn't mean they will get drawn if they don't overlap with a dirty area.

class UIElement
public nothrow @nogc final
void
getDrawLists

Meta