3 types derived from HotSpot
System.Web (3)
UI\WebControls\CircleHotSpot.cs (1)
16public sealed class CircleHotSpot : HotSpot {
UI\WebControls\PolygonHotSpot.cs (1)
19public sealed class PolygonHotSpot : HotSpot {
UI\WebControls\RectangleHotSpot.cs (1)
16public sealed class RectangleHotSpot : HotSpot {
9 references to HotSpot
System.Web (9)
UI\WebControls\HotSpotCollection.cs (7)
35public HotSpot this[int index] { 37return (HotSpot)((IList)this)[index]; 45public int Add(HotSpot spot) { 78public void Insert(int index, HotSpot spot) { 88if (!(o is HotSpot)) 96public void Remove(HotSpot spot) { 113((HotSpot)o).SetDirty();
UI\WebControls\ImageMap.cs (2)
203foreach (HotSpot item in _hotSpots) { 317HotSpot hotSpot = _hotSpots[hotSpotIndex];