Jump to content

POINTL: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Format
No edit summary
Line 16: Line 16:
  x  X-coordinate.
  x  X-coordinate.
  y  Y-coordinate.
  y  Y-coordinate.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:07, 1 November 2011

POINTL

Point structure (long integers).

Type

LONG  x;
LONG  y;

C Declaration Method

typedef struct

Fields

x  X-coordinate.
y  Y-coordinate.



Back to OS/2 API