SizeAddition Operator (Size, Size) |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Size operator +(
Size size1,
Size size2
)
Public Shared Operator + (
size1 As Size,
size2 As Size
) As Size
static let inline (+)
size1 : Size *
size2 : Size : Size
Parameters
- size1
- Type: Eto.DrawingSize
First size to add - size2
- Type: Eto.DrawingSize
Second size to add
Return Value
Type:
SizeA new instance of a Size struct with the addition of the width and height of both sizes
See Also