| Annotation Constructor |
Default constructor
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Annotation(
HotImage Parent
)
Public Sub New (
Parent As HotImage
)
Dim Parent As HotImage
Dim instance As New Annotation(Parent)
public:
Annotation(
HotImage^ Parent
)
Parameters
- Parent
- Type: Deltabit.WinFormsHotImage
This is the parent HotImage of the Annotation, and must be passed when using this constructor.
See Also