Defines a polygon-shaped hot spot region in 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 PolygonHotSpot : HotSpot, ICloneable
Visual Basic (Declaration)
Public NotInheritable Class PolygonHotSpot _
	Inherits HotSpot _
	Implements ICloneable
Visual C++
public ref class PolygonHotSpot sealed : public HotSpot, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  System.Web.UI.WebControls..::.HotSpot
    Neodynamic.WebControls.ImageDraw..::.PolygonHotSpot

See Also