Previous Up Next

_PAINTcontainerArea
Notifies an ObjContainer something has changed within a rectangle area (component created or modified) and that it must be repaint

ObjContainer _PAINTcontainerArea (
ObjContainer _container_
I _x_
I _y_
I _width_
I _height_
)
Parameters

_container_
any ObjContainer
_x_
x coordinate of top left point
_y_
y coordinate of top left point
_width_
width of rectangle
_height_
height of rectangle
Return value

same ObjContainer