Represents a collection of HotSpot objects inside an ImageDrawMap control. This class cannot be inherited.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public sealed class HotSpotCollection : StateManagedCollection
Visual Basic (Declaration)
Public NotInheritable Class HotSpotCollection _
	Inherits StateManagedCollection
Visual C++
public ref class HotSpotCollection sealed : public StateManagedCollection

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.StateManagedCollection
    Neodynamic.WebControls.ImageDraw..::.HotSpotCollection

See Also