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