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 - ripunit http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipUnit
 Get/set X/Y unit
------------------------------------------------------------------------------
 Syntax

    RipUnit([<nNewUnit>]) -> nOldUnit

 Parameters

    <nNewUnit> is the new number of high-res pixels per RIP unit.

 Returns

    Old number of pixels per RIP unit.  The default value of RipUnit() is 1
    (1 unit = 1 pixel = 1/200").

 Example

    // To measure in inches:
    RipUnit(200)

    // To measure in points (72 points = 1"):
    RipUnit(200/72)

    // To measure in centimeters: (2.54 cm = 1"):
    RipUnit(200/2.54)

See Also:

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