delete

delete a graphics entity

virtuosity.engine2d.graphics.delete

Methods


Methods

container

delete a graphics container

virtuosity.engine2d.graphics.delete.container(container);


Parameter Type Description
container String id of the container to delete

shape

delete a graphics shape

virtuosity.engine2d.graphics.delete.shape(id, container);


Parameter Type Description
id String id of the graphics shape to delete
container String id of the container to delete