Click or drag to resize

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
)

Parameters

Index
Type: SystemInt32
The index of the item to remove.
See Also