Click or drag to resize

SizeFSubtraction Operator (SizeF, SizeF)

Subtracts the Width and Height value of one size from another

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
Size to subtract from
size2
Type: Eto.DrawingSizeF
Size to subtract

Return Value

Type: SizeF
A new instance of a SizeF struct with the width and height of size1 minus size2
See Also