RepaintRect method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int RepaintRect (int iLeft, int iTop, int iWidth, int iHeight, bool bErase);

Delphi Syntax

RepaintRect (iLeft, iTop, iWidth, iHeight: Integer; bErase: Boolean): Integer;

Overview

Refer to Displaying an Image.

Remarks

Repaints the specified rectangular area in the Main Control's client area.

See Also

Elements:

AutoRepaint property, ForceRepaint method, PaintRgnOnly property

Topics:

Raster Images: Displaying Images

 

Raster Images: Creating and Using a Region