Table of Contents

Operator operator -

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator -(PointF, Size)

Translates a PointF by the negative of a given Size .

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

Parameters

pt PointF
sz Size

Returns

PointF

operator -(PointF, SizeF)

Translates a PointF by the negative of a given SizeF .

public static PointF operator -(PointF pt, SizeF sz)

Parameters

pt PointF
sz SizeF

Returns

PointF