SizeFSubtraction Operator (SizeF, SizeF) |
Subtracts the
Width and
Height value of one size from another
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static SizeF operator -(
SizeF size1,
SizeF size2
)
Public Shared Operator - (
size1 As SizeF,
size2 As SizeF
) As SizeF
static let inline (-)
size1 : SizeF *
size2 : SizeF : SizeF
Parameters
- size1
- Type: Eto.DrawingSizeF
Size to subtract from - size2
- Type: Eto.DrawingSizeF
Size to subtract
Return Value
Type:
SizeFA new instance of a SizeF struct with the width and height of
size1 minus
size2See Also