Click or drag to resize

SizeUnaryNegation Operator

Negates the Width and Height of the specified size value

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Size operator -(
	Size size
)

Parameters

size
Type: Eto.DrawingSize
Size to negate

Return Value

Type: Size
A new size that has a negative value of each of the Width and Height
See Also