POINTL: Difference between revisions
Appearance
No edit summary |
(No difference)
|
No edit summary |
(No difference)
|
Point structure (long integers).
typedef struct _POINTL {
LONG x;
LONG y;
} POINTL;
x X-coordinate. y Y-coordinate.