| 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
)
Public Sub CloneTo (
ByRef HotImageToCloneTo As HotImage,
IncludeAnchor As Boolean
)
Dim instance As HotImage
Dim HotImageToCloneTo As HotImage
Dim IncludeAnchor As Boolean
instance.CloneTo(HotImageToCloneTo, IncludeAnchor)
public:
void CloneTo(
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