Click or drag to resize

SizeSubtraction Operator (Size, Point)

Subtracts the X and Y value from the Width and Height of a size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Size operator -(
	Size size,
	Point point
)

Parameters

size
Type: Eto.DrawingSize
Size to subtract from
point
Type: Eto.DrawingPoint
Point with values to subtract

Return Value

Type: Size
A new instance of a Size struct with the width and height of size minus point
See Also