Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

TerminalScreen.MoveBufferArea Method

Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)

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).

In This Article
  • MoveBufferArea(Int32, Int32, Int32, Int32, Int32, Int32)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies