Click or drag to resize

SizeFMultiply Operator (SizeF, SizeF)

Multiplies the Width and Height of two sizes

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static SizeF operator *(
	SizeF size1,
	SizeF size2
)

Parameters

size1
Type: Eto.DrawingSizeF
First size to multiply
size2
Type: Eto.DrawingSizeF
Second size to multiply

Return Value

Type: SizeF
A new instance of a SizeF struct with the product of both sizes
See Also