Table of Contents

Method Subtract

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Subtract(Point, Size)

Returns the result of subtracting specified Size from the specified Point.

public static Point Subtract(Point pt, Size sz)

Parameters

pt Point

The Point to be subtracted from.

sz Size

The Size to subtract from the Point.

Returns

Point

The Point that is the result of the subtraction operation.