Scale Method
Scale(Point2D, double)
Scales X and Y coordinates of a point by the specified scaleFactor.
Declaration
public static Point2D Scale(Point2D pt, double scaleFactor)
Parameters
Returns
Scale(double)
Scales X and Y coordinates of a point by the specified scaleFactor.
Declaration
public void Scale(double scaleFactor)
Parameters
Type |
Name |
Description |
double |
scaleFactor |
|
Scale(Point2D, double, double)
Scales X and Y coordinates of a point by the specified scaleX and scaleY.
Declaration
public static Point2D Scale(Point2D pt, double scaleX, double scaleY)
Parameters
Returns
Scale(double, double)
Scales X and Y coordinates of a point by the specified scaleX and scaleY.
Declaration
public void Scale(double scaleX, double scaleY)
Parameters