RectControl.RefreshRect Method

Repaints only the region of the control specified. If the optional parameter EraseBackground is True, the background will be erased prior to redrawing the area.

Syntax

RectControl.RefreshRect X, Y, Width, Height, [EraseBackground]


Parameters

X

Integer

Y

Integer

Width

Integer

Height

Integer

EraseBackground (Optional)

Boolean


The default is True.