SizeAddition Operator (Size, Point) |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Size operator +(
Size size,
Point point
)
Public Shared Operator + (
size As Size,
point As Point
) As Size
static let inline (+)
size : Size *
point : Point : Size
Parameters
- size
- Type: Eto.DrawingSize
Size to add to - point
- Type: Eto.DrawingPoint
Point with values to add
Return Value
Type:
SizeA new instance of a Size struct with the width and height of
size plus
pointSee Also