Implements an object that represents a hotspot in an image map.
Component | +--DhStyleBase | +--DhElement | +--DhHotSpot
package com.ms.wfc.html
public class DhHotSpot
extends DhElement
A hotspot is an area within an image map that a user can click to jump to a URL. DhHotSpot objects are to be added to DhImage objects.