[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CopyScreenBlock


Purpose   Copies one part of the screen to another part of the display.

Decln.    CopyScreenBlock(X1,Y1,X2,Y2,X,Y:byte);

Remarks   X1, Y1 are the coordinates of the top left corner of the source
          area.
          X2, Y2 are the coordinates of the bottom right corner of the
          source area.
          X, Y are the coordinates of the top left corner of the target
          area.

Example

BEGIN
    COPYSCREENBLOCK(1,1,80,3,1,22)
END;

See Also: MoveScreenBlock
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson