Paint event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void Paint (long hDC);

Overview

Refer to Detecting Events.

Remarks

Occurs when part or all of the Raster View Object is exposed after it has been moved or enlarged, or after a window that was covering the object has been moved.

If the AutoRepaint property is set to TRUE, you do not have to write code for this event painting the Bitmap set in the Raster of the Raster View.

See Also

Elements:

Scroll event

Topics:

Working with the Control: Client Area Usage