WindowIsDoubleBuffered

Help Contents GUI programming Window H-N WindowIsDoubleBuffered
WindowInvalidateBestSize WindowIsEnabled

bool WindowIsDoubleBuffered window


Returns true if the window contents is double-buffered by the system, i.e. if any drawing done on the window is really done on a temporary backing surface and transferred to the screen all at once later.

WindowInvalidateBestSize WindowIsEnabled