Click or drag to resize

SizeFSubtraction Operator (SizeF, Single)

Subtracts a value from the Width and Height of the specified size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static SizeF operator -(
	SizeF size,
	float value
)

Parameters

size
Type: Eto.DrawingSizeF
Size to subtract from
value
Type: SystemSingle
Value to subtract from the width and height

Return Value

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