| repaint |
() |
typedict.Image |
| |
|
Tells the
Image
to completely repaint itself,
which means the background is regenerated and then the image's
paint
function is called.
Obviously
repaint
should not be called, either directly or indirectly, from the image's
paint
function, however
erasedrawable
is safe because it does not trigger a
paint
call.
|
Yoix is a registered trademark of AT&T Intellectual Property.
|