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
)
Public Shared Operator - (
size As Size
) As Size
static let inline (-)
size : Size : Size
Parameters
- size
- Type: Eto.DrawingSize
Size to negate
Return Value
Type:
SizeA new size that has a negative value of each of the Width and Height
See Also