TCustomIvorySurface::RecreateOffScreen

Recreates an off-screen surface.

Form 1:

void __fastcall RecreateOffScreen(int width, int height);

Form 2:

void __fastcall RecreateOffScreen(int width, int height, bool transparent, int color = 0);

Description

RecreateOffScreen does the same as Recreate. RecreateOffScreen is kept to be compatible with the previous versions of Ivory Draw. You can use either of the two functions, they are exactly the same.

Back to TCustomIvorySurface