SizeFAddition Operator (SizeF, Single) |
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 SizeF operator +(
SizeF size,
float value
)
Public Shared Operator + (
size As SizeF,
value As Single
) As SizeF
static let inline (+)
size : SizeF *
value : float32 : SizeF
Parameters
- size
- Type: Eto.DrawingSizeF
Size to add to - value
- Type: SystemSingle
Value to add to the width and height
Return Value
Type:
SizeFA new instance of a SizeF struct with the width and height of
size plus
valueSee Also