Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - ripdrawrect http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipDrawRect
 Draw rectangle outline
------------------------------------------------------------------------------
 Syntax

    RipDrawRect(<nLeft>, <nTop>, <nRight>, <nBottom>, <nWidth>)

 Parameters

    <nLeft> is the X coordinate of left edge of the rectangle.

    <nTop> is the Y coordinate of top edge of the rectangle.

    <nRight> is the X coordinate of right edge of the rectangle.

    <nBottom> is the Y coordinate of bottom edge of the rectangle.

    <nWidth> is the width of the border to draw.

 Description

    RipDrawRect() draws a black rectangular border.  The border is drawn
    inside the box, so the coordinates you specify mark the outside limit of
    the box.  If <nTop> >= <nBottom> or <nLeft> >= <nRight>, the box is of
    zero size and nothing is drawn.

See Also: RipFillRect

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson