Click or drag to resize

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
)

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