TIvorySurface::Paint

Repaints the surface.

void __fastcall Paint();

Description

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

The Canvas can only be used within the OnPaint event. CopySurface can be used everywhere but in the OnPaint event.

Back to TIvorySurface