Jump to content

POINTL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:POINTL to POINTL
Ak120 (talk | contribs)
Line 1: Line 1:
== POINTL ==
Point structure (long integers).
Point structure (long integers).  


=== Type ===
=== Type ===
Line 10: Line 9:


=== Fields ===
=== Fields ===
*x X-coordinate.
*x - X-coordinate
*y Y-coordinate.
*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