Jump to content

POINTL: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
(No difference)

Revision as of 00:22, 24 May 2005

POINTL

Point structure (long integers). 

Type

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

Fields

x  X-coordinate.
y  Y-coordinate.