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.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples