Table of Contents

Method Add

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Add(Size, Size)

Adds the width and height of one Size structure to the width and height of another Size structure.

public static Size Add(Size sz1, Size sz2)

Parameters

sz1 Size

The first Size structure to add.

sz2 Size

The second Size structure to add.

Returns

Size

The add.