| Hotspots Constructor |
Default constructor
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Hotspots(
HotImage Parent
)
Public Sub New (
Parent As HotImage
)
Dim Parent As HotImage
Dim instance As New Hotspots(Parent)
public:
Hotspots(
HotImage^ Parent
)
Parameters
- Parent
- Type: Deltabit.WinFormsHotImage
Required to set a reference to the parent HotImage
See Also