Содержание

TCSRect

Contains the coordinates of the rectangle

Syntax

TCSRect = record
  Left: integer;
  Top: integer;
  Right: integer;
  Bottom: integer;
end;

Fields