Table of Contents

Method Subtract

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Subtract(PointF, Size)

Translates a PointF by the negative of a given Size .

public static PointF Subtract(PointF pt, Size sz)

Parameters

pt PointF
sz Size

Returns

PointF

Subtract(PointF, SizeF)

Translates a PointF by the negative of a given SizeF .

public static PointF Subtract(PointF pt, SizeF sz)

Parameters

pt PointF
sz SizeF

Returns

PointF