Contents Index Topic Contents | ||
Previous Topic: SOPOINT Next Topic: SORECT |
SOPOLYINFO
Contains information about the format type and the number of vertices of a polyline, polygon, spline, or Bezier curve.
Syntax
typedef struct SOPOLYINFOtag { WORD wFormat; INT nPoints; } SOPOLYINFO, VWPTR *PSOPOLYINFO;Members
- wFormat
- Format type. This member can be one of these values:
SOPT_BEZIERCLOSE SOPT_POLYGON SOPT_BEZIEROPEN SOPT_POLYLINE SOPT_CPPOLYGON SOPT_SPLINECLOSE SOPT_CPPOLYLINE SOPT_SPLINEOPEN - nPoints
- Number of vertices in the object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.