SOPOLYINFO

Contains information about the type and number of vertices of a polyline, polygon, spline, or Bezier curve.

typedef struct SOPOLYINFOtag { 

    WORD wFormat; // see below

    INT nPoints;  // see below

} 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.