TerminalScreen.MoveBufferArea Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
MoveBufferArea(Int32, Int32, Int32, Int32, Int32, Int32)
Moves the specified region of screen buffer to the specified position.
Declaration
public void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sourceLeft | The leftmost column of the source region (0 is the first column). |
Int32 | sourceTop | The topmost row of the source region (0 is the first row). |
Int32 | sourceWidth | Width of the region. |
Int32 | sourceHeight | Height of the region |
Int32 | targetLeft | The leftmost column of the target region (0 is the first column). |
Int32 | targetTop | The topmost row of the target region (0 is the first row). |