Click or drag to resize

HotImageCloneTo Method

Clones the HotImage but not the hotspots in memory. The hotspots are accessable from the HotspotsXML that is cloned.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public void CloneTo(
	ref HotImage HotImageToCloneTo,
	bool IncludeAnchor
)

Parameters

HotImageToCloneTo
Type: Deltabit.WinFormsHotImage
Pass the HotImage that you would like the clone to reside in. A deep clone is created and passed back
IncludeAnchor
Type: SystemBoolean
True to include the Ancor, False to exclude it.
See Also