PEXDeviceRect Data Structure


 
   typedef struct {
         short        xmin;
         short        ymin;
         short        xmax;
         short        ymax;
   } PEXDeviceRect;
 

PEXDeviceRect is a data structure that is common to the following function:

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