| HotspotData Constructor (Hotspot) |
Constructor for HotspotData
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public HotspotData(
Hotspot Hotspot
)
Public Sub New (
Hotspot As Hotspot
)
Dim Hotspot As Hotspot
Dim instance As New HotspotData(Hotspot)
public:
HotspotData(
Hotspot^ Hotspot
)
Parameters
- Hotspot
- Type: Deltabit.WinFormsHotspot
The hotspot that you would like to convert
See Also