Contents Index Topic Contents | ||
Previous Topic: SOCPARCANGLE Next Topic: SOCPTEXTATPOINT |
SOCPPIEANGLE
Contains information defining a pie shape for use in vector graphics output.
Syntax
typedef struct SOCPPIEANGLEtag { INT nRadius; SOANGLE StartAngle; SOANGLE SweepAngle; } SOCPPIEANGLE, VWPTR *PSOCPPIEANGLE;Members
- nRadius
- Radius of the pie shape.
- StartAngle
- Starting angle of the pie shape.
- SweepAngle
- Sweep angle of the pie shape.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.