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
scaleX
doubleThe factor to scale along the X-axis.
scaleY
doubleThe factor to scale along the Y-axis.