Event XbpWindow():paint Foundation
Xbase Part has been redrawn.
:paint := {| aRect, uNIL, self | ... }
:paint ( <aRect> ) --> self
xbeP_Paint (1048626)
This method returns the object executing the method (self).
The xbeP_Paint event is generated after a window has been partly or completely redrawn. The coordinates in <aRect> specify the lower left and the upper right corner of the redrawn area.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.