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