| 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
)
Sub Rescale (
dXFactor As Double,
dYFactor As Double,
ptShift As Point
)
Dim instance As IShape
Dim dXFactor As Double
Dim dYFactor As Double
Dim ptShift As Point
instance.Rescale(dXFactor, dYFactor, ptShift)
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