request_redraw


Description:

public void request_redraw (CanvasBounds bounds)

This function is only intended to be used by subclasses of Canvas or CanvasItem implementations.

Requests that the given bounds be redrawn. The bounds must be in the canvas coordinate space.

Parameters:

this

a Canvas.

bounds

the bounds to redraw, in device space.