PointFAddition Operator (PointF, SizeF) |
Operator to add a size to a point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static PointF operator +(
PointF point,
SizeF size
)
Public Shared Operator + (
point As PointF,
size As SizeF
) As PointF
static let inline (+)
point : PointF *
size : SizeF : PointF
Parameters
- point
- Type: Eto.DrawingPointF
Base point value - size
- Type: Eto.DrawingSizeF
Size to add to the point's X and Y co-ordinates
Return Value
Type:
PointFA new point with the sum of the specified
point's X and Y components and the
sizeSee Also