Contents Index Topic Contents | ||
Previous Topic: SOPOLYINFO Next Topic: SOTAB |
SORECT
Contains the dimensions of a rectangle.
Syntax
typedef struct SORECTtag { INT left; INT top; INT right; INT bottom; } SORECT, VWPTR *PSORECT;Members
- left
- X-coordinate of upper left corner.
- top
- Y-coordinate of upper left corner.
- right
- X-coordinate of lower right corner.
- bottom
- Y-coordinate of lower right corner.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.