| PolygonRescale Method |
Rescales and repositions the polygon according to the parameters.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void Rescale(
double dXFactor,
double dYFactor,
Point ptShift
)
Public Sub Rescale (
dXFactor As Double,
dYFactor As Double,
ptShift As Point
)
Dim instance As Polygon
Dim dXFactor As Double
Dim dYFactor As Double
Dim ptShift As Point
instance.Rescale(dXFactor, dYFactor, ptShift)
public:
virtual void Rescale(
double dXFactor,
double dYFactor,
Point ptShift
) sealed
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.
Implements
IShapeRescale(Double, Double, Point)See Also