IWindowListener.onDraw

An image you have to draw to, or return that nothing has changed. The location of this image is given before-hand by onResized. recomputeDirtyAreas() MUST have been called before. The pixel format cannot change over the lifetime of the window.

interface IWindowListener
nothrow @nogc
void
onDraw
(
WindowPixelFormat pf
)

Meta