[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: aread.inc line 34
| type IPTCArea = interface | 
| function GetLeft; | 
| function GetTop; | 
| function GetRight; | 
| function GetBottom; | 
| function GetWidth; | 
| function GetHeight; | 
| function Equals(); | 
| property Left: Integer; [r] | 
| property Top: Integer; [r] | 
| property Right: Integer; [r] | 
| property Bottom: Integer; [r] | 
| property Width: Integer; [r] | 
| property Height: Integer; [r] | 
| end; | 
| | | 
| IInterface |