Click or drag to resize

IShapeRescale Method

Rescales and repositions the shape according to the parameters.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
void Rescale(
	double dXFactor,
	double dYFactor,
	Point ptShift
)

Parameters

dXFactor
Type: SystemDouble
The double floating X fraction to rescale the shape by.
dYFactor
Type: SystemDouble
The double floating Y fraction to rescale the shape by.
ptShift
Type: System.DrawingPoint
The x and y amount to move the shape by.
See Also