Prev Next

SOPOINT

Contains coordinates for a point.

typedef struct SOPOINTtag {

    INT x;  // x-coordinate 

    INT y;  // y-coordinate 

} SOPOINT, VWPTR *PSOPOINT;