Contents Index Topic Contents | ||
Previous Topic: SOPATHINFO Next Topic: SOPOLYINFO |
SOPOINT
Contains coordinates for a point.
Syntax
typedef struct SOPOINTtag { INT x; INT y; } SOPOINT, VWPTR *PSOPOINT;Members
- x
- X-coordinate for the point.
- y
- Y-coordinate for the point.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.