SizeF.op_Multiply

operator *

Multiplies SizeF by a Single producing SizeF.

public static SizeF operator *(float left, SizeF right)
ParameterTypeDescription
leftSingleMultiplier of type Single.
rightSizeFMultiplicand of type SizeF.

Return Value

Product of type SizeF.

See Also


operator *

Multiplies SizeF by a Single producing SizeF.

public static SizeF operator *(SizeF left, float right)
ParameterTypeDescription
leftSizeFMultiplicand of type SizeF.
rightSingleMultiplier of type Single.

Return Value

Product of type SizeF.

See Also