RectangleF.op_Division
RectangleF Division operator
Implements the operator /.
public static RectangleF operator /(RectangleF rectangle, float divider)
Parameter | Type | Description |
---|---|---|
rectangle | RectangleF | The rectangle. |
divider | Single | The divider. |
Return Value
The result of the operator.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | divider - Division by zero is not allowed. |
See Also
- struct RectangleF
- namespace Aspose.Imaging
- assembly Aspose.Imaging