Operator operator *
- Namespace
- Alternet.Drawing
- Assembly
- Alternet.UI.Common.dll
operator *(int, SizeI)
public static SizeI operator *(int left, SizeI right)
Parameters
left
int
Multiplier of type int.
right
SizeI
Multiplicand of type SizeI.
Returns
- SizeI
Product of type SizeI.
operator *(SizeI, int)
public static SizeI operator *(SizeI left, int right)
Parameters
left
SizeI
Multiplicand of type SizeI.
right
int
Multiplier of type int.
Returns
- SizeI
Product of type SizeI.
operator *(double, SizeI)
public static SizeD operator *(double left, SizeI right)
Parameters
left
double
Multiplier of type double.
right
SizeI
Multiplicand of type SizeI.
Returns
- SizeD
Product of type SizeD.
operator *(SizeI, double)
public static SizeD operator *(SizeI left, double right)
Parameters
left
SizeI
Multiplicand of type SizeI.
right
double
Multiplier of type double.
Returns
- SizeD
Product of type SizeD.