SizeAddition Operator (Size, Int32) |
Adds a
value to 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 add to - value
- Type: SystemInt32
Value to add to the width and height
Return Value
Type:
SizeA new instance of a Size struct with the width and height of
size plus
valueSee Also