Method Scale
Scale(double, double)
Returns a new rectangle scaled by the specified factors relative to the origin (0,0).
public Rectangle Scale(double x, double y)
Parameters
Returns
Remarks
This method multiplies edge coordinates independently and does not normalize if the scale is negative (which can flip edges). Call Normalize() to reorder edges.