Table of Contents

Operator operator -

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator -(Point, Size)

Subtraction Operator

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

Parameters

pt Point
sz Size

Returns

Point

Remarks

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