PA_Rect

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Rect is a structure of type rectangle.

typedef struct PA_Rect
{
   short   fTop;
   short   fLeft;
   short   fBottom;
   short   fRight;
} PA_Rect;

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next