Click or drag to resize

SizeFUnaryNegation 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 SizeF operator -(
	SizeF size
)

Parameters

size
Type: Eto.DrawingSizeF
Size to negate

Return Value

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