Method Scale
Scale(double, double)
Returns a new point scaled by the specified factors along the X and Y axes.
public Point Scale(double scaleX, double scaleY)
Parameters
scaleXdoubleThe factor to scale along the X-axis.
scaleYdoubleThe factor to scale along the Y-axis.