TBox

From SCAR Divi Manual
Jump to: navigation, search

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.

See Also