Click or drag to resize

PaddingSubtraction Operator

Subtracts a padding value from another value

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Padding operator -(
	Padding value1,
	Padding value2
)

Parameters

value1
Type: Eto.DrawingPadding
Padding value to subtract from
value2
Type: Eto.DrawingPadding
Padding value to subtract from the first value

Return Value

Type: Padding
The value of the first padding minus the second padding value
See Also