is_visible


Description:

public abstract bool is_visible ()

Checks if the item is visible.

This entails checking the item's own visibility setting, as well as those of its ancestors.

Note that the item may be scrolled off the screen and so may not be actually visible to the user.

Parameters:

this

a CanvasItem.

Returns:

true if the item is visible.