PSLine()

Syntax

Function PSLine(nTop, nLeft, nBottom, nRight, nThick, nBorderColor)
TPageScript:Line(nTop, nLeft, nBottom, nRight, nThick, nBorderColor)

Returns

Nothing.

Description

PSLine() draws a line on the page from nTop, nLeft to the point specified by nBottom and nRight, using the thickness and border color attributes.

Arguments

nTop, nLeft Top, left coordinates of the start of the line, expressed in the currently set unit.
nBottom, nRight Bottom, right coordinates of the end of the line, expressed in the currently set unit.
nThick Thickness of the line.
nBorderColor Border color if applicable. You may use one of the predefined PageScript 32 color or a RGB color.