| HotspotsItem Property (Int32) |
The Default property of the Hotspots object, gets or sets the Hotspot at the specified index.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Hotspot this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Hotspot
Get
Set
Dim instance As Hotspots
Dim index As Integer
Dim value As Hotspot
value = instance(index)
instance(index) = value
public:
property Hotspot^ default[int index] {
Hotspot^ get (int index);
void set (int index, Hotspot^ value);
}
Parameters
- index
- Type: SystemInt32
Property Value
Type:
HotspotSee Also