Method Scale
Scale(double, double)
Returns a new quadrilateral scaled by the specified factors relative to the origin (0,0).
public Quadrilateral Scale(double sx, double sy)
Parameters
Returns
- Quadrilateral
A new Quadrilateral with each corner scaled by the given factors.
Remarks
Negative scales can flip the winding. Call Normalize() to reorder corners.