PA_Rect


version 2003


PA_Rect

is a structure of type rectangle.
typedef struct PA_Rect
{
   short   fTop;
   short   fLeft;
   short   fBottom;
   short   fRight;
} PA_Rect;