Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>llg_point structure</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LLG_POINT structure
 Structure for specifying coordinates of a point
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        int   iX;
        int   iY;
     } LLG_POINT;
     
     typedef LLG_POINT far * LLG_LPPOINT;

 Elements

     iX is the pixel-based X coordinate.

     iY is the pixel-based Y coordinate.

 Files   Header file is Llibg.api.

 Used By   _gPolygon()


See Also: _gPolygon()

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