TCustomIvorySurface::Paint

Forces the surface to paint itself.

void __fastcall Paint(bool subpaint = false);

Description

Use Paint to repaint the surface. Paint does the following:

If the subpaint parameter is true, all the dependent surfaces will be repainted. Otherwise, only the current surface will be repainted. The latter is the default behavior.

Back to TCustomIvorySurface