TCustomIvorySurface::GrabCanvas

Gets a canvas for the surface.

void __fastcall GrabCanvas();

Description

Use GrabCanvas before you access the Canvas property of the surface. After you finished the drawing, release the canvas with ReleaseCanvas.

Back to TCustomIvorySurface