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


Purpose   Draws a horizontal line on the screen.

Decln.    HorizLine(X1,X2,Y,F,B,LineType:byte);

Remarks   X1, X2 are the leftmost and rightmost X coordinates of the line.
          Y is the Y coordinate.
          F, B are the foreground and background display colors.
          LineType is 1 for a single line and 2 for a double line.

Example

BEGIN
    HORIZLINE(10,70,13,LIGHTCYAN,BLUE,1);
END;

Draws a single line across the center of the display.

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