Scilab Function

delete - delete a graphic entity and its children.

Sequence d'appel

delete(h)
delete(h,"callback")
delete()
delete("all")

Parametres

Description

This routine can be used to delete a graphics entity identified by the handle given as argument. In this case, All children of this graphics entity will be deleted. Without any argument delete removes the current entity. With "all" argument it deletes all the entities of the current figure. The "callback" argument is not yet handled.

Exemples

Voir aussi

Auteur