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