TRectangle
What: structure or class
Layer: 1
Platforms: C++, C#, Javascript, Pascal (Object), PHP, Python
A description of a rectangle, consisting of the following fields, in order:
Left
int32 Left
Left : int32
Left side of rectangle.
Top
int32 Top
Top : int32
Top of rectangle.
Right
int32 Right
Right : int32
Right side of rectangle.
Bottom
int32 Bottom
Bottom : int32
Bottom of rectangle.