Difference between revisions of "TBox"
From SCAR Divi Manual
Line 5: | Line 5: | ||
end; | end; | ||
</source> | </source> | ||
+ | |||
+ | ==Availability== | ||
+ | SCAR Divi 3.00 > Current | ||
==Description== | ==Description== |
Revision as of 16:00, 2 July 2011
Definition
TBox = record x1, y1, x2, y2: Integer; end;
Availability
SCAR Divi 3.00 > Current
Description
TBox is a structured type that holds a set of 2 coordinates (x1, y1) and (x2, y2) which specify the upper-left and lower-right points of a rectangular box.