Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - say prints a text at a certain coordinates. http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Say                Prints a text at a certain coordinates.
--------------------------------------------------------------------------------

 Syntax:            <oPrn>:Say( <nRow>, <nCol>, <cText>, <oFont>, <nWidth>,
                                <nClrText>, <nBkMode>, <nPad> )

 Parameters:

 <nRow>             The coordinates where to display a text. They are
 <nCol>             graphical coordinates, and may be pixels, inches,
                    millimeters, twips, etc... accordingly to the current
                    SetMapMode() active on the device. Pixels are used
                    by default.

 <cText>            The text to display.

 <oFont>            An optional font object to use for printing.

 <nWidth>           The total width of the text. By default it is the
                    width of the text.

 <nClrText>         An optional color to use for printing the text.

 <nBkMode>          A numeric value indicating how to mix the text with the
                    background:

                    1       Transparent
                    2       Opaque

 <nPad>             A numeric value indicating how align the text to
                    print: ( PAD_LEFT is used by default)

                    #define PAD_LEFT            0
                    #define PAD_RIGHT           1
                    #define PAD_CENTER          2


See Also: CmSay() InchSay()

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson