Method Translate | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Translate(int, int)

Translates all rectangles in the region by the specified offsets.

public void Translate(int offsetX, int offsetY)

Parameters

offsetX int

The amount to offset along the x-axis.

offsetY int

The amount to offset along the y-axis.

Edit this page