PEXListOfTrimCurve Data Structure


 
   typedef struct {
         unsigned short      count;           /* number of curves */
         PEXTrimCurve       *curves;
   } PEXListOfTrimCurve;
 

PEXListOfTrimCurve is a data structure that is common to the following functions:

For a list of data structures for trimming curves, see Data Structures for Trimming Curves.