| HotspotsClone Method |
Clones all the hotspots in the hotpots collection.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Hotspots Clone(
double ScaleFactorX,
double ScaleFactorY
)
Public Function Clone (
ScaleFactorX As Double,
ScaleFactorY As Double
) As Hotspots
Dim instance As Hotspots
Dim ScaleFactorX As Double
Dim ScaleFactorY As Double
Dim returnValue As Hotspots
returnValue = instance.Clone(ScaleFactorX,
ScaleFactorY)
public:
Hotspots^ Clone(
double ScaleFactorX,
double ScaleFactorY
)
Parameters
- ScaleFactorX
- Type: SystemDouble
The amout by which to scale the hotspots in the X dimension. - ScaleFactorY
- Type: SystemDouble
The amout by which to scale the hotspots in the Y dimension.
Return Value
Type:
HotspotsA new instance of the Hotspots collection.
See Also