SOARCINFOSOARCINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: SHQUERYRBINFO
*Next Topic: SOBITMAPHEADER

SOARCINFO

Contains information that defines the arc to be drawn.

Syntax

typedef struct SOARCINFOtag {
    SORECT Rect; 
    SOANGLE StartAngle; 
    SOANGLE EndAngle; 
} SOARCINFO, VWPTR *PSOARCINFO;

Members

Rect
Rectangle that bounds the ellipse containing the arc.
StartAngle
Angle specifying the starting point of the arc. The angle is defined in tenths of a degree, counterclockwise from the positive x-axis. To set this member, use the SOANGLETENTHS macro.
EndAngle
Angle specifying the ending point of the arc. The angle is defined in tenths of a degree, counterclockwise from the positive x-axis. To set this member, use the SOANGLETENTHS macro.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.