UIElement.setDirtyWhole

Mark this element as wholly dirty. Important: you could call this from the audio thread, however it is much more efficient to mark the widget dirty with an atomic and call setDirty in animation callback.

class UIElement
nothrow @nogc nothrow @nogc
void
setDirtyWhole
()

Meta