Operator operator *
operator *(Rectangle, double)
Uniformly scales a rectangle relative to the origin.
public static Rectangle operator *(Rectangle r, double scalar)
Parameters
Returns
operator *(double, Rectangle)
Uniformly scales a rectangle relative to the origin.
public static Rectangle operator *(double scalar, Rectangle r)