[]
Creates area.
public InteractiveArea(string id, RegionEx shape, IAction action, Tooltip tooltip = null)
Type | Name | Description |
---|---|---|
string | id | Identifier. |
RegionEx | shape | Interactive area. |
IAction | action | Interactive action attached to the area. |
Tooltip | tooltip | Tooltip to be shown on hover on the area. |