Click or drag to resize

IShapeClone Method

Creates a new instance of the shape and copies the data to the new instance.

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

Parameters

ScaleFactorX
Type: SystemDouble
The double floating X fraction to rescale the shape by.
ScaleFactorY
Type: SystemDouble
The double floating Y fraction to rescale the shape by.

Return Value

Type: IShape
The new instance of the shape.
See Also