[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MoveScreenBlock WinTTT
Purpose To move one part of the screen to another area of the
display.
Declaration MoveScreenBlock(X1,Y1,X2,Y2,X,Y:integer);
X1 is the top left X coordinate (1..80)
Y1 is the top left Y coordinate (1..25)
X2 is the lower X coordinate (1..80)
Y2 is the lower Y coordinate (1..25)
X is the top left X coord of the target location (1..80)
Y is the top left Y coord of the target location (1..25)
Uses Crt, FastTTT, DOS, WinTTT.
Remarks The data is moved to another location on the screen and the
original source area is blanked out. Use CopyScreenBlock to
leave the source area in tact.
Example
USES CRT, FASTTTT, DOS, WINTTT;
BEGIN
COPYSCREENBLOCK(1,1,40,25,41,1);
END.
The left half of the screen is moved over to the right side.
See Also:
CopyScreenBlock
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson