Table of Contents

Operator operator +

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator +(Point, Size)

Addition Operator

public static Point operator +(Point pt, Size sz)

Parameters

pt Point
sz Size

Returns

Point

Remarks

Translates a Point using the Width and Height properties of the given Size.