OSPOLYPOLY

typedef struct tagOSPOLYPOLY {
    LPINT   lpNumPts; \\ number of POINT structures
    LPPOINT lppt;     \\ points describing the polygons
} OSPOLYPOLY;
 

Contains information about the polygons drawn by the OS_POLYPOLYGON style of the Output function.

See Also

Output(OS_POLYPOLYGON)