[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
pcxY2()
Returns the final coordinate Y of the PCX
Syntax:
pcxY2 ( cFile ) -> cCoorY2
cFile : Name of the PCX file
Description:
It returns the final coordinate Y of the PCX file. This value
usually determines on its own the PCX heigth, even when the exact
value would be like:
nAltura := pcxY2 - pcxY1 + 1
But due to the pcxY1 usually takes value 0, the value pcxY2 + 1
indicates the heigth by itself.
Return:
The value of the final coordinate Y.
Example:
? pcxY2 ( "c:\fast\lib\fast.pcx" )
See Also:
pcxIsPCX()
pcxX1()
pcxX2()
pcxY1()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson