Gets a reference to the ImageDraw HotSpot object at the specified index in the HotSpotCollection collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public HotSpot this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As HotSpot |
Visual C++ |
---|
public: property HotSpot^ default[int index] { HotSpot^ get (int index); } |
Parameters
- index
- Type: System..::.Int32
The ordinal index value that specifies the location of the ImageDraw HotSpot object in the collection.