Jump to content

POINTL

From EDM2
Revision as of 00:22, 24 May 2005 by Anakor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

POINTL

Point structure (long integers). 

Type

typedef struct _POINTL {
  LONG x;
  LONG y;
} POINTL;

Fields

x  X-coordinate.
y  Y-coordinate.