Size.op_Multiply
Contents
[
Hide
]operator *
Multiplies a Size
by an Int32 producing Size
.
public static Size operator *(int left, Size right)
Parameter | Type | Description |
---|---|---|
left | Int32 | Multiplier of type Int32. |
right | Size | Multiplicand of type Size . |
Return Value
Product of type Size
.
See Also
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing
operator *
Multiplies Size
by an Int32 producing Size
.
public static Size operator *(Size left, int right)
Parameter | Type | Description |
---|---|---|
left | Size | Multiplicand of type Size . |
right | Int32 | Multiplier of type Int32. |
Return Value
Product of type Size
.
See Also
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing
operator *
Multiplies Size
by a Single producing SizeF
.
public static SizeF operator *(float left, Size right)
Parameter | Type | Description |
---|---|---|
left | Single | Multiplier of type Single. |
right | Size | Multiplicand of type Size . |
Return Value
Product of type SizeF
.
See Also
- struct SizeF
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing
operator *
Multiplies Size
by a Single producing SizeF
.
public static SizeF operator *(Size left, float right)
Parameter | Type | Description |
---|---|---|
left | Size | Multiplicand of type Size . |
right | Single | Multiplier of type Single. |
Return Value
Product of type SizeF
.
See Also
- struct SizeF
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing