Data Structures - PEXListOfClipRect

PEXListOfClipRect Data Structure


 
   typedef struct {
         unsigned short        count;
         PEXDeviceRect        *rectangles;
   } PEXListOfClipRect;
 

PEXListOfClipRect is a type definition that is referenced by the following data structure:

For a list of data structures for rendering attributes, see Data Structures for Renderer Attributes.