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

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void RemoveHitRegion(
	string id
)

Parameters

id
Type: SystemString
A string representing the id of the region that is to be removed.
See Also