PSLineEx() |
|
Syntax
Function PSLineEx(nTop, nLeft, nBottom, nRight)
TPageScript:LineEx(nTop, nLeft, nBottom, nRight)
Returns
Nothing.
Description
PSLineEx() draws a line on the page from nTop, nLeft to the point specified by nBottom and nRight, using the default 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. |