remove_hit_region method

remove_hit_region

Removes the hit region with the specified id from the canvas.

def remove_hit_region(self, id):
    ...
ParameterTypeDescription
idstrA string representing the id of the region that is to be removed.

See Also