ICanvasRenderingContext2DAddHitRegion Method
Adds a hit region to the canvas. This allows you to make hit detection easier, lets you route events to DOM elements, and makes it possible for users to explore the canvas without seeing it.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void AddHitRegion(
	Dictionary<string, string> options
)

Parameters

options
Type: System.Collections.GenericDictionaryString, String
The options argument is optional. When provided, it is an Object which can contain properties.
See Also