RepaintRect method (Main Control)
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: |
|
|