ICanvasRenderingContext2DRemoveHitRegion Method |
Removes the hit region with the specified id from the canvas.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax void RemoveHitRegion(
string id
)
Sub RemoveHitRegion (
id As String
)
void RemoveHitRegion(
String^ id
)
abstract RemoveHitRegion :
id : string -> unit
Parameters
- id
- Type: SystemString
A string representing the id of the region that is to be removed.
See Also