SizeSubtraction Operator (Size, Int32) |
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 Size operator -(
Size size,
int value
)
Public Shared Operator - (
size As Size,
value As Integer
) As Size
static let inline (-)
size : Size *
value : int : Size
Parameters
- size
- Type: Eto.DrawingSize
Size to subtract from - value
- Type: SystemInt32
Value to subtract from the width and height
Return Value
Type:
SizeA new instance of a Size struct with the width and height of
size minus
valueSee Also