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 - ripcliprect http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipClipRect
 Set clipping rectangle
------------------------------------------------------------------------------
 Syntax

    RipClipRect(<nLeft>, <nTop>, <nRight>, <nBottom>)

 Parameters

    <nLeft> is the left clipping limit.

    <nTop> is the top clipping limit.

    <nRight> is the right clipping limit.

    <nBottom> is the bottom clipping limit.

 Description

    RipClipRect() sets the limits of the clipping rectangle.  Drawing
    operations affect the current page only inside the clipping rectangle.
    Anything drawn outside it has no effect.

    If <nTop> >= <nBottom> or <nLeft> >= <nRight>, the clipping rectangle
    has no size and nothing can be drawn.

    When you initialize the RIP with RipBegin() or start a new page with
    RipEject(), the clipping rectangle is set to the full page.

    Use RipClipLimit() to get or set the four limits individually.

See Also: RipClipLimit

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