Click or drag to resize

SizeSubtraction Operator (Size, Int32)

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 Size operator -(
	Size size,
	int value
)

Parameters

size
Type: Eto.DrawingSize
Size to subtract from
value
Type: SystemInt32
Value to subtract from the width and height

Return Value

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