Click or drag to resize

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
)

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: Hotspots
A new instance of the Hotspots collection.
See Also