POINTL: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:POINTL to POINTL |
m →POINTL |
||
Line 1: | Line 1: | ||
Point structure (long integers). | |||
Point structure (long integers). | |||
=== Type === | === Type === | ||
Line 10: | Line 9: | ||
=== Fields === | === Fields === | ||
*x | *x - X-coordinate | ||
*y | *y - Y-coordinate | ||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 21:48, 15 October 2019
Point structure (long integers).
Type
LONG x; LONG y;
C Declaration Method
typedef struct
Fields
- x - X-coordinate
- y - Y-coordinate