| HotspotsRemove Method (Int32) |
Removes a hotspot from the collection of hotspots identified by its index.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void Remove(
int Index
)
Public Sub Remove (
Index As Integer
)
Dim instance As Hotspots
Dim Index As Integer
instance.Remove(Index)
public:
void Remove(
int Index
)
Parameters
- Index
- Type: SystemInt32
The index of the item to remove.
See Also