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