Operator operator /
operator /(Rectangle, double)
Uniformly scales a rectangle relative to the origin by dividing by a scalar.
public static Rectangle operator /(Rectangle r, double scalar)
Parameters
Returns
Exceptions
- DivideByZeroException
Thrown when
scalar
is zero.