| HotspotsAdd Method |
Adds a Deltabit.WinForms.Hotspot object to the collection
The Name can be null
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void Add(
Hotspot Value,
string Name
)
Public Sub Add (
Value As Hotspot,
Name As String
)
Dim instance As Hotspots
Dim Value As Hotspot
Dim Name As String
instance.Add(Value, Name)
public:
void Add(
Hotspot^ Value,
String^ Name
)
Parameters
- Value
- Type: Deltabit.WinFormsHotspot
The Hotspot value to be added to the collection. - Name
- Type: SystemString
The Key name of the hotspot.
See Also