RectangleF.op_Division

RectangleF Division operator

Implements the operator /.

public static RectangleF operator /(RectangleF rectangle, float divider)
ParameterTypeDescription
rectangleRectangleFThe rectangle.
dividerSingleThe divider.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptiondivider - Division by zero is not allowed.

See Also