TIvorySurface::CreateOffScreen

Creates an off-screen surface.

void __fastcall CreateOffScreen();

Description

Use CreateOffScreen to create an off-screen surface. Do not call CreateOffScreen until you activate the TIvoryDraw component. Normally, you don't need to call CreateOffScreen if you have set AutoCreate to true. Once you have created a surface, you cannot call CreateOffScreen again. Use RecreateOffScreen instead.

Back to TIvorySurface