Table of Contents

Method Add

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Add(Point, Size)

Adds the specified Size to the specified Point.

public static Point Add(Point pt, Size sz)

Parameters

pt Point

The Point to add.

sz Size

The Size to add.

Returns

Point

The Point that is the result of the addition operation.