ICanvasRenderingContext2D.RemoveHitRegion

ICanvasRenderingContext2D.RemoveHitRegion method

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

public void RemoveHitRegion(string id)
ParameterTypeDescription
idStringA string representing the id of the region that is to be removed.

See Also