| 
    | 
   ||
  | 
Integer Types | 
|||||||
A data type that stores an x and y pixel coordinate. It is normally used to indicate a 2D display-space position. 
 struct IXY { int x; int y; }; 
  | 
||||||||
Members  | 
  | 
|||||||
Remarks  | 
Usually x represents the horizontal axis and y represents the vertical. 
  | 
|||||||
Header  | 
ssnodes.h |