Gets a reference to the ImageDraw HotSpot object at the specified index in the HotSpotCollection collection.
Namespace:
Neodynamic.WebControls.ImageDraw
Assembly:
Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _
index As Integer _
) As HotSpot |
Parameters
- index
- Type: System..::.Int32
The ordinal index value that specifies the location of the ImageDraw HotSpot object in the collection.
Return Value
The ImageDraw HotSpot object at the specified index in the HotSpotCollection collection.
See Also