This record is for internal use.
TSmallRect = packed record Left: SmallInt; Top: SmallInt; Right: SmallInt; Bottom: SmallInt; end;
struct TSmallRect { SmallInt Left; SmallInt Top; SmallInt Right; SmallInt Bottom; };
|
Members |
Description |
|
Left: SmallInt; |
Internal use. |
|
Top: SmallInt; |
Internal use. |
|
Right: SmallInt; |
Internal use. |
|
Bottom: SmallInt; |
Internal use. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|