Table of Contents

Method Offset

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Offset(PointF)

Adjusts the location of this rectangle by the specified amount.

public void Offset(PointF pos)

Parameters

pos PointF

Offset(float, float)

Adjusts the location of this rectangle by the specified amount.

public void Offset(float x, float y)

Parameters

x float
y float