Table of Contents

Operator operator *

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator *(int, SizeI)

Multiplies a SizeI by an int producing 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)

Multiplies SizeI by an int producing SizeI.

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)

Multiplies SizeI by a double producing SizeD.

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)

Multiplies SizeI by a double producing SizeD.

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.