Method Translate | Terminal.Gui v2 (original) (raw)
Namespace
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.