| AnnotationClone Method |
Creates a clone of everything except the reference to the parent Hotimage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax Public Function Clone As Object
Dim instance As Annotation
Dim returnValue As Object
returnValue = instance.Clone()
public:
virtual Object^ Clone() sealed
Return Value
Type:
ObjectA reference to the cloned object of type Annotation
Implements
ICloneableCloneSee Also