Jump to content

GPOINTB: Difference between revisions

From EDM2
Created page with "Point structure. GROSOL x; x coordinate.: GROSOL y; y coordinate.: :;x (GROSOL) ::x coordinate. :;y (GROSOL) ::y coordinate. Category:Graphics Orders Data Types"
 
No edit summary
 
Line 1: Line 1:
Point structure.  
Point in bit-map structure.  
   [[GROSOL]]    x;  /*  x coordinate. */
   [[GLONG]]    x;  /*  x coordinate. */
   GROSOL     y;  /*  y coordinate. */
   GLONG     y;  /*  y coordinate. */


:;x (GROSOL)  
:;x (GLONG)  
::x coordinate.  
::x coordinate.  


:;y (GROSOL)  
:;y (GLONG)  
::y coordinate.  
::y coordinate.  


[[Category:Graphics Orders Data Types]]
[[Category:Graphics Orders Data Types]]

Latest revision as of 04:18, 2 April 2025

Point in bit-map structure.

 GLONG     x;  /*  x coordinate. */
 GLONG     y;  /*  y coordinate. */
x (GLONG)
x coordinate.
y (GLONG)
y coordinate.