Click or drag to resize

HotspotClone Method (Double, Double)

Instantiates a new hotspot, copies data from this hotspot and rescales the hotspot, returning the new instance. The Parent reference however remains as a reference to the original HotImage

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public Hotspot Clone(
	double ScaleFactorX,
	double ScaleFactorY
)

Parameters

ScaleFactorX
Type: SystemDouble
The amount by which to rescale the hotspot in the X dimension.
ScaleFactorY
Type: SystemDouble
The amount by which to rescale the hotspot in the Y dimension.

Return Value

Type: Hotspot
The rescaled new instance of a hotsopt.
See Also