Jump to content

GDELPOINT: Difference between revisions

From EDM2
Created page with "Offset point structure. GCHAR dx; x coordinate offset.: GCHAR dy; y coordinate offset.: Category:Graphics Orders Data Types"
 
No edit summary
 
Line 1: Line 1:
Offset point structure.  
Offset point structure.  
   [[GCHAR]]    [[dx]];  /*  x coordinate offset. */
   [[GCHAR]]    dx;  /*  x coordinate offset. */
   GCHAR    [[dy]];  /*  y coordinate offset. */
   GCHAR    dy;  /*  y coordinate offset. */


:;dx (GCHAR)
::x coordinate offset.
:;dy (GCHAR)
::y coordinate offset.




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

Latest revision as of 04:10, 2 April 2025

Offset point structure.

 GCHAR     dx;  /*  x coordinate offset. */
 GCHAR     dy;  /*  y coordinate offset. */


dx (GCHAR)
x coordinate offset.
dy (GCHAR)
y coordinate offset.