| 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
)
Public Function Clone (
ScaleFactorX As Double,
ScaleFactorY As Double
) As Hotspot
Dim instance As Hotspot
Dim ScaleFactorX As Double
Dim ScaleFactorY As Double
Dim returnValue As Hotspot
returnValue = instance.Clone(ScaleFactorX,
ScaleFactorY)
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:
HotspotThe rescaled new instance of a hotsopt.
See Also