IWindowListener.onResized

The drawing area size has changed. Always called at least once before onDraw.

interface IWindowListener
nothrow @nogc
onResized
(
int width
,
int height
)

Return Value

Type: ImageRef!RGBA

the location of the full rendered framebuffer.

Meta