SizeF.op_Multiply
operator *
Multiplies SizeF by a Single producing SizeF.
public static SizeF operator *(float left, SizeF right)
| Parameter | Type | Description |
|---|---|---|
| left | Single | Multiplier of type Single. |
| right | SizeF | Multiplicand of type SizeF. |
Return Value
Product of type SizeF.
See Also
- struct SizeF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
operator *
Multiplies SizeF by a Single producing SizeF.
public static SizeF operator *(SizeF left, float right)
| Parameter | Type | Description |
|---|---|---|
| left | SizeF | Multiplicand of type SizeF. |
| right | Single | Multiplier of type Single. |
Return Value
Product of type SizeF.
See Also
- struct SizeF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common