Scale Method
Scale(Size2D, double)
Scales the width and height by the specified scaleFactor.
Declaration
public static Size2D Scale(Size2D sz, double scaleFactor)
Parameters
Returns
Scale(double)
Scales the width and height by the specified scaleFactor.
Declaration
public void Scale(double scaleFactor)
Parameters
Type |
Name |
Description |
double |
scaleFactor |
|
Scale(Size2D, double, double)
Scales the width and height by the specified scaleX and scaleY.
Declaration
public static Size2D Scale(Size2D sz, double scaleX, double scaleY)
Parameters
Returns
Scale(double, double)
Scales the width and height by the specified scaleX and scaleY.
Declaration
public void Scale(double scaleX, double scaleY)
Parameters