SizeF.op_Division
SizeF Division operator
Divides SizeF by a Single producing SizeF.
public static SizeF operator /(SizeF left, float right)
| Parameter | Type | Description |
|---|---|---|
| left | SizeF | Dividend of type SizeF. |
| right | Single | Divisor of type Int32. |
Return Value
Result of type SizeF.
See Also
- struct SizeF
- namespace System.Drawing
- assembly Aspose.Drawing