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 - ripcliplimit http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipClipLimit
 Get/set clipping limit
------------------------------------------------------------------------------
 Syntax

    RipClipLimit(<nWhich>, [<nNewLimit>]) -> nOldLimit

 Parameters

    <nWhich> specifies which limit to get or set:

    Clipping limit specifiers defined in FAXUAL2.CH
    ----------------------------------------------------------------------
    Value   Constant    Limit
    ----------------------------------------------------------------------
      0     RIP_LEFT    Left side limit.
      1     RIP_TOP     Top limit.
      2     RIP_RIGHT   Right side limit.
      3     RIP_BOTTOM  Bottom limit.
    ----------------------------------------------------------------------

    <nNewLimit> is the new clipping limit.

 Returns

    Old clipping limit.

 Description

    RipClipLimit() gets or sets one of the four limits of the clipping
    rectangle.  Drawing operations affect the current page only inside the
    clipping rectangle.  Anything drawn outside it has no effect.

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

    Use RipClipRect() to set all four limits at once.

See Also: RipClipRect

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