request_item_redraw
Description:
This function is only intended to be used by subclasses of Canvas or CanvasItem implementations.
Requests that the given bounds be redrawn. If is_static
is true the bounds are assumed to be in
the static item coordinate space, otherwise they are assumed to be in the canvas coordinate space.
If is_static
is false this function behaves the same as
request_redraw.
Parameters:
this |
a Canvas. |
bounds |
the bounds of the item to redraw. |
is_static |
if the item is static. |