Table of Contents

Method Translate

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.