Jump to content

POINTL: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
 
Anakor (talk | contribs)
m Format
Line 1: Line 1:
== POINTL ==
== POINTL ==


Point structure (long integers).  
Point structure (long integers).  


=== Type ===
=== Type ===


  typedef struct _POINTL {
  [[OS2 API:DataType:LONG|LONG]] x;
  [[OS2 API:DataType:LONG|LONG]] x;
[[OS2 API:DataType:LONG|LONG]] y;
  [[OS2 API:DataType:LONG|LONG]] y;
 
} POINTL;
==== C Declaration Method ====
 
typedef struct


=== Fields ===
=== Fields ===

Revision as of 13:19, 27 May 2005

POINTL

Point structure (long integers).

Type

LONG  x;
LONG  y;

C Declaration Method

typedef struct

Fields

x  X-coordinate.
y  Y-coordinate.