GDELPOINT: Difference between revisions
Appearance
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]] | [[GCHAR]] dx; /* x coordinate offset. */ | ||
GCHAR | 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.